Class ContextualFXSystemData
- Namespace
- KSP.FX.Timeline
- Assembly
- Assembly-CSharp.dll
public class ContextualFXSystemData : PlayableAsset, ITimelineClipAsset
- Inheritance
-
ContextualFXSystemData
- Implements
-
ITimelineClipAsset
- Extension Methods
-
Constructors
ContextualFXSystemData()
public ContextualFXSystemData()
Fields
CFXSData
public ContextualFXSystemBehavior CFXSData
Field Value
- ContextualFXSystemBehavior
FXPrefabOverride
public GameObject FXPrefabOverride
Field Value
- GameObject
GroupID
Field Value
- string
SfxEventType
public SFXEventType SfxEventType
Field Value
- SFXEventType
StartMessage
public SelectedDiscoverableMessage StartMessage
Field Value
- SelectedDiscoverableMessage
StopMessage
public SelectedDiscoverableMessage StopMessage
Field Value
- SelectedDiscoverableMessage
VfxEventType
public VFXEventType VfxEventType
Field Value
- VFXEventType
WwiseStartEventName
public string WwiseStartEventName
Field Value
- string
WwiseStopEventName
public string WwiseStopEventName
Field Value
- string
fxType
Field Value
- FXType
Properties
clipCaps
public ClipCaps clipCaps { get; }
Property Value
- ClipCaps
Methods
CreatePlayable(PlayableGraph, GameObject)
public override Playable CreatePlayable(PlayableGraph graph, GameObject owner)
Parameters
graph PlayableGraph
owner GameObject
Returns
- Playable