@turbowarp/types-tw
    Preparing search index...

    Interface PostedSpriteInfo

    interface PostedSpriteInfo {
        direction?: number;
        draggable?: boolean;
        force?: boolean;
        rotationStyle?: RotationStyle;
        size?: number;
        visible?: boolean;
        x?: number;
        y?: number;
    }
    Index

    Properties

    direction?: number
    draggable?: boolean
    force?: boolean
    rotationStyle?: RotationStyle
    size?: number
    visible?: boolean
    x?: number
    y?: number