Class TrackFlags
Track flags (defined and used in the engine by timeline-based assets: SceneAnimation, ParticleSystem, Animation).
Inheritance
System.Object
TrackFlags
Namespace: FlaxEditor.GUI.Timeline
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class TrackFlags : Enum
Fields
Loop
The loop flag. Looped tracks are doing a playback of its data in a loop.
Declaration
public const TrackFlags Loop
Field Value
Mute
The mute flag. Muted tracks are disabled.
Declaration
public const TrackFlags Mute
Field Value
None
PrefabObject
The prefab object reference flag for tracks used to animate objects in prefabs (for reusable instanced animations).
Declaration
public const TrackFlags PrefabObject
Field Value
value__
Declaration
public int value__
Field Value
System.
|