Skip to content

Class: OutlinePostData

Constructors

Properties

Methods

Constructors

constructor

new OutlinePostData(): OutlinePostData

Returns

OutlinePostData

Defined in

src/io/OutlinePostData.ts:19

Properties

SlotCount

Readonly SlotCount: number = 8

Defined in

src/io/OutlinePostData.ts:12


MaxEntities

Readonly MaxEntities: number = 16

Defined in

src/io/OutlinePostData.ts:13


defaultColor

Readonly defaultColor: Color

Defined in

src/io/OutlinePostData.ts:14

Methods

clear

clear(): void

Returns

void

Defined in

src/io/OutlinePostData.ts:30


clearAt

clearAt(slotIndex): this

Parameters

NameType
slotIndexnumber

Returns

this

Defined in

src/io/OutlinePostData.ts:36


fillDataAt

fillDataAt(slot, indexList, color): this

Parameters

NameType
slotnumber
indexListnumber[]
colorColor

Returns

this

Defined in

src/io/OutlinePostData.ts:45


fetchData

fetchData(target): this

Parameters

NameType
targetObject
target.dirtyboolean
target.slotsOutlinePostSlot[]

Returns

this

Defined in

src/io/OutlinePostData.ts:59