Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 456 Bytes

getSpriteArray.md

File metadata and controls

16 lines (11 loc) · 456 Bytes

get spriteArray property

blockObject.getSpriteArrayProperty(blockObject.create(), blockObject._spriteArrayProperty(SpriteArrayProp.mySpriteArray))

Reads a property of type Sprite[] that is stored inside a BlockObject using the given SpriteArrayProp.

Parameters

  • object: the BlockObject to read the property from
  • property: the SpriteArrayProp to read
arcade-block-objects=github:microsoft/arcade-block-objects