Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SpriteSerializableState

Hierarchy

  • SpriteSerializableState

Index

Properties

common

common: {}

Type declaration

  • [key: string]: { flipHorizontally: boolean; flipVertically: boolean; order: number; position: Float2; rotation: number; size?: Size; tool: SpriteType }
    • flipHorizontally: boolean
    • flipVertically: boolean
    • order: number
    • position: Float2
    • rotation: number
    • Optional size?: Size
    • tool: SpriteType

spriteIdList

spriteIdList: string[]

sticker

sticker: {}

Type declaration

text

text: {}

Type declaration

textdesign

textdesign: {}

Type declaration

  • [key: string]: { color: SerializableColor; identifier: string; isInverted: boolean; padding: number; seed: number; text: string; width: number }
    • color: SerializableColor
    • identifier: string
    • isInverted: boolean
    • padding: number
    • seed: number
    • text: string
    • width: number