Class: OutlinePostData
Constructors
Properties
Methods
Constructors
constructor
• new OutlinePostData(): OutlinePostData
Returns
Defined in
Properties
SlotCount
• Readonly
SlotCount: number
= 8
Defined in
MaxEntities
• Readonly
MaxEntities: number
= 16
Defined in
defaultColor
• Readonly
defaultColor: Color
Defined in
Methods
clear
▸ clear(): void
Returns
void
Defined in
clearAt
▸ clearAt(slotIndex
): this
Parameters
Name | Type |
---|---|
slotIndex | number |
Returns
this
Defined in
fillDataAt
▸ fillDataAt(slot
, indexList
, color
): this
Parameters
Name | Type |
---|---|
slot | number |
indexList | number [] |
color | Color |
Returns
this
Defined in
fetchData
▸ fetchData(target
): this
Parameters
Name | Type |
---|---|
target | Object |
target.dirty | boolean |
target.slots | OutlinePostSlot [] |
Returns
this