Class SceneAnimationPlayer.UpdateModes
Describes the scene animation updates frequency.
Inheritance
System.Object
SceneAnimationPlayer.UpdateModes
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class UpdateModes : Enum
Fields
EveryUpdate
Animation will be updated every game logic update.
Declaration
public const SceneAnimationPlayer.UpdateModes EveryUpdate
Field Value
SceneAnimationPlayer.UpdateModes
|
Manual
Animation can be updated manually by the user scripts.
Declaration
public const SceneAnimationPlayer.UpdateModes Manual
Field Value
SceneAnimationPlayer.UpdateModes
|
value__
Declaration
public int value__
Field Value
System.Int32
|