Class SeperationVFXController
- Namespace
- KSP.Sim.impl
- Assembly
- Assembly-CSharp.dll
public class SeperationVFXController : MonoBehaviour
- Inheritance
-
SeperationVFXController
- Extension Methods
-
Constructors
SeperationVFXController()
public SeperationVFXController()
Fields
curNumberOfVFXSpawned
public int curNumberOfVFXSpawned
Field Value
- int
potentialVFXPosRots
public Dictionary<Joint, Tuple<Vector3, Quaternion>> potentialVFXPosRots
Field Value
- Dictionary<Joint, Tuple<Vector3, Quaternion>>
thisPart
public PartBehavior thisPart
Field Value
- PartBehavior
Methods
Init(PartBehavior)
public void Init(PartBehavior part)
Parameters
part PartBehavior
TrySpawnBreakVFX(ConfigurableJoint)
public void TrySpawnBreakVFX(ConfigurableJoint joint)
Parameters
joint ConfigurableJoint