SpriteObjectDataType: {
    animations: SpriteAnimationData[];
    preScale?: float;
    updateIfNotVisible: boolean;
}

Represents the data of a gdjs.SpriteRuntimeObject.

Type declaration