Skip to main content

GraphicsComponentData

Index

Properties

anchor

anchor: { x: number; y: number }

Type declaration

  • x: number
  • y: number

optionalcolor

color?: { a: number; b: number; g: number; r: number }

Type declaration

  • a: number
  • b: number
  • g: number
  • r: number

copyGraphics

copyGraphics: boolean

current

current: string

flipHorizontal

flipHorizontal: boolean

flipVertical

flipVertical: boolean

forceOnScreen

forceOnScreen: boolean

graphicRefs

graphicRefs: string[]

isVisible

isVisible: boolean

offset

offset: { x: number; y: number }

Type declaration

  • x: number
  • y: number

opacity

opacity: number

options

options: {}

Type declaration

  • [name string]: { anchor?: { x: number; y: number }; offset?: { x: number; y: number } } | undefined

optionaltint

tint?: { a: number; b: number; g: number; r: number }

Type declaration

  • a: number
  • b: number
  • g: number
  • r: number

type

type: string