Script API - v1.21.90.26
    Preparing search index...

    Interface EaseOptionsRc

    Contains options associated with easing between positions and/or rotations.

    interface EaseOptions {
        easeTime?: number;
        easeType?: EasingType;
    }
    Index

    Properties

    Properties

    easeTime?: number

    Time for the ease operation.

    easeType?: EasingType

    Type of ease operation to use.