Skip to content
本页内容

Class: ComponentCollect

Methods

Constructors

Methods

bindUpdate

Static bindUpdate(view, component, call): void

Parameters

NameType
viewView3D
componentIComponent
callFunction

Returns

void

Defined in

src/gfx/renderJob/collect/ComponentCollect.ts:51


unBindUpdate

Static unBindUpdate(view, component): void

Parameters

NameType
viewView3D
componentIComponent

Returns

void

Defined in

src/gfx/renderJob/collect/ComponentCollect.ts:61


bindLateUpdate

Static bindLateUpdate(view, component, call): void

Parameters

NameType
viewView3D
componentIComponent
callFunction

Returns

void

Defined in

src/gfx/renderJob/collect/ComponentCollect.ts:69


unBindLateUpdate

Static unBindLateUpdate(view, component): void

Parameters

NameType
viewView3D
componentIComponent

Returns

void

Defined in

src/gfx/renderJob/collect/ComponentCollect.ts:79


bindBeforeUpdate

Static bindBeforeUpdate(view, component, call): void

Parameters

NameType
viewView3D
componentIComponent
callFunction

Returns

void

Defined in

src/gfx/renderJob/collect/ComponentCollect.ts:87


unBindBeforeUpdate

Static unBindBeforeUpdate(view, component): void

Parameters

NameType
viewView3D
componentIComponent

Returns

void

Defined in

src/gfx/renderJob/collect/ComponentCollect.ts:97


bindCompute

Static bindCompute(view, component, call): void

Parameters

NameType
viewView3D
componentIComponent
callFunction

Returns

void

Defined in

src/gfx/renderJob/collect/ComponentCollect.ts:105


unBindCompute

Static unBindCompute(view, component): void

Parameters

NameType
viewView3D
componentIComponent

Returns

void

Defined in

src/gfx/renderJob/collect/ComponentCollect.ts:115


bindGraphic

Static bindGraphic(view, component, call): void

Parameters

NameType
viewView3D
componentIComponent
callFunction

Returns

void

Defined in

src/gfx/renderJob/collect/ComponentCollect.ts:123


unBindGraphic

Static unBindGraphic(view, component): void

Parameters

NameType
viewView3D
componentIComponent

Returns

void

Defined in

src/gfx/renderJob/collect/ComponentCollect.ts:133


appendWaitStart

Static appendWaitStart(obj, component): void

Parameters

NameType
objObject3D
componentIComponent

Returns

void

Defined in

src/gfx/renderJob/collect/ComponentCollect.ts:141

Constructors

constructor

new ComponentCollect()