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
Manual
Animation can be updated manually by the user scripts.
Declaration
public const SceneAnimationPlayer.UpdateModes Manual
Field Value
value__
Declaration
public int value__
Field Value
System.
|