Class CameraEffectsSystem
- Namespace
- KSP.Rendering
- Assembly
- Assembly-CSharp.dll
public class CameraEffectsSystem : KerbalMonoBehaviour
- Inheritance
-
CameraEffectsSystem
- Inherited Members
-
- Extension Methods
-
Constructors
CameraEffectsSystem()
public CameraEffectsSystem()
Fields
ringParticleFieldObjs
public Dictionary<string, List<GameObject>> ringParticleFieldObjs
Field Value
- Dictionary<string, List<GameObject>>
weatherParticleFieldObjs
public Dictionary<string, List<GameObject>> weatherParticleFieldObjs
Field Value
- Dictionary<string, List<GameObject>>
Methods
AddRingField(string, GameObject, CelestialBodyRing)
public void AddRingField(string bodyName, GameObject obj, CelestialBodyRing ring)
Parameters
bodyName string
obj GameObject
ring CelestialBodyRing
AddWeatherField(string, GameObject)
public void AddWeatherField(string bodyName, GameObject obj)
Parameters
bodyName string
obj GameObject
SetCamera(Camera)
public void SetCamera(Camera cam)
Parameters
cam Camera
TryRemoveFields(string)
public void TryRemoveFields(string bodyName)
Parameters
bodyName string