Skip to content

Class: ComponentCollect

Constructors

Methods

Constructors

constructor

new ComponentCollect()

Methods

bindUpdate

Static bindUpdate(view, component, call): void

Parameters

NameType
viewView3D
componentIComponent
callFunction

Returns

void

Defined in

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


unBindUpdate

Static unBindUpdate(view, component): void

Parameters

NameType
viewView3D
componentIComponent

Returns

void

Defined in

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


bindLateUpdate

Static bindLateUpdate(view, component, call): void

Parameters

NameType
viewView3D
componentIComponent
callFunction

Returns

void

Defined in

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


unBindLateUpdate

Static unBindLateUpdate(view, component): void

Parameters

NameType
viewView3D
componentIComponent

Returns

void

Defined in

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


bindBeforeUpdate

Static bindBeforeUpdate(view, component, call): void

Parameters

NameType
viewView3D
componentIComponent
callFunction

Returns

void

Defined in

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


unBindBeforeUpdate

Static unBindBeforeUpdate(view, component): void

Parameters

NameType
viewView3D
componentIComponent

Returns

void

Defined in

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


bindCompute

Static bindCompute(view, component, call): void

Parameters

NameType
viewView3D
componentIComponent
callFunction

Returns

void

Defined in

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


unBindCompute

Static unBindCompute(view, component): void

Parameters

NameType
viewView3D
componentIComponent

Returns

void

Defined in

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


bindGraphic

Static bindGraphic(view, component, call): void

Parameters

NameType
viewView3D
componentIComponent
callFunction

Returns

void

Defined in

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


unBindGraphic

Static unBindGraphic(view, component): void

Parameters

NameType
viewView3D
componentIComponent

Returns

void

Defined in

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


appendWaitStart

Static appendWaitStart(component): void

Parameters

NameType
componentIComponent

Returns

void

Defined in

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


removeWaitStart

Static removeWaitStart(obj, component): void

Parameters

NameType
objObject3D
componentIComponent

Returns

void

Defined in

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


bindEnablePick

Static bindEnablePick(view, component, call): void

Parameters

NameType
viewView3D
componentColliderComponent
callFunction

Returns

void

Defined in

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


unBindEnablePick

Static unBindEnablePick(view, component): void

Parameters

NameType
viewView3D
componentColliderComponent

Returns

void

Defined in

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