docs.unity3d.com
    目次を表示する/隠す

    Enum LoopMode

    Namespace: Unity.Tiny
    Syntax
    public enum LoopMode : int

    Fields

    Name Description Value
    ClampForever

    The value is clamped between min and max value.

    Loop

    The value is looped. It goes from the min to the max value. When the value reaches the max value, it starts from the beginning. It works in both directions.

    Once

    The value is clamped between min and max value. If the value is equal or larger than max value, the caller should be notified about the end of the animation/sequence.

    PingPong

    The value goes between min and max back and forth.

    PingPongOnce

    Same as PingPong, but performs only one cycle. If the value is equal or larger than max value, the caller should be notified about the end of the animation/sequence.

    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)