Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat