RTSDK
    Preparing search index...

    Type Alias AnimationMetaType

    type AnimationMetaType = {
        hideLoop: boolean;
        loop: boolean;
        x: number;
        y: number;
    }
    Index

    Properties

    Properties

    hideLoop: boolean
    loop: boolean
    x: number
    y: number