Class: ComponentCollect
Methods
- bindUpdate
- unBindUpdate
- bindLateUpdate
- unBindLateUpdate
- bindBeforeUpdate
- unBindBeforeUpdate
- bindCompute
- unBindCompute
- bindGraphic
- unBindGraphic
- appendWaitStart
Constructors
Methods
bindUpdate
▸ Static
bindUpdate(view
, component
, call
): void
Parameters
Name | Type |
---|---|
view | View3D |
component | IComponent |
call | Function |
Returns
void
Defined in
src/gfx/renderJob/collect/ComponentCollect.ts:51
unBindUpdate
▸ Static
unBindUpdate(view
, component
): void
Parameters
Name | Type |
---|---|
view | View3D |
component | IComponent |
Returns
void
Defined in
src/gfx/renderJob/collect/ComponentCollect.ts:61
bindLateUpdate
▸ Static
bindLateUpdate(view
, component
, call
): void
Parameters
Name | Type |
---|---|
view | View3D |
component | IComponent |
call | Function |
Returns
void
Defined in
src/gfx/renderJob/collect/ComponentCollect.ts:69
unBindLateUpdate
▸ Static
unBindLateUpdate(view
, component
): void
Parameters
Name | Type |
---|---|
view | View3D |
component | IComponent |
Returns
void
Defined in
src/gfx/renderJob/collect/ComponentCollect.ts:79
bindBeforeUpdate
▸ Static
bindBeforeUpdate(view
, component
, call
): void
Parameters
Name | Type |
---|---|
view | View3D |
component | IComponent |
call | Function |
Returns
void
Defined in
src/gfx/renderJob/collect/ComponentCollect.ts:87
unBindBeforeUpdate
▸ Static
unBindBeforeUpdate(view
, component
): void
Parameters
Name | Type |
---|---|
view | View3D |
component | IComponent |
Returns
void
Defined in
src/gfx/renderJob/collect/ComponentCollect.ts:97
bindCompute
▸ Static
bindCompute(view
, component
, call
): void
Parameters
Name | Type |
---|---|
view | View3D |
component | IComponent |
call | Function |
Returns
void
Defined in
src/gfx/renderJob/collect/ComponentCollect.ts:105
unBindCompute
▸ Static
unBindCompute(view
, component
): void
Parameters
Name | Type |
---|---|
view | View3D |
component | IComponent |
Returns
void
Defined in
src/gfx/renderJob/collect/ComponentCollect.ts:115
bindGraphic
▸ Static
bindGraphic(view
, component
, call
): void
Parameters
Name | Type |
---|---|
view | View3D |
component | IComponent |
call | Function |
Returns
void
Defined in
src/gfx/renderJob/collect/ComponentCollect.ts:123
unBindGraphic
▸ Static
unBindGraphic(view
, component
): void
Parameters
Name | Type |
---|---|
view | View3D |
component | IComponent |
Returns
void
Defined in
src/gfx/renderJob/collect/ComponentCollect.ts:133
appendWaitStart
▸ Static
appendWaitStart(obj
, component
): void
Parameters
Name | Type |
---|---|
obj | Object3D |
component | IComponent |
Returns
void
Defined in
src/gfx/renderJob/collect/ComponentCollect.ts:141
Constructors
constructor
• new ComponentCollect()