@cccode/fxr - v31.0.0
    Preparing search index...

    Class SequenceProperty<T, F>

    Type Parameters

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    function: F
    keyframes: KeyframeOfFunction<T, F>[] = []
    loop: boolean = false
    modifiers: IModifier<T>[]

    Accessors

    • get duration(): number

      Returns number

    • set duration(value: number): void

      Parameters

      • value: number

      Returns void

    Methods

    • Returns an equal property that works with the given game.

      If the property has multiple modifiers, there is a chance that the output of this method will not be perfectly equal, but it should still be close.

      Parameters

      • game: Game

        The game to ensure that the property works with.

      Returns Property<T, F>