Class: ComponentCollect
Constructors
Methods
- bindUpdate
- unBindUpdate
- bindLateUpdate
- unBindLateUpdate
- bindBeforeUpdate
- unBindBeforeUpdate
- bindCompute
- unBindCompute
- bindGraphic
- unBindGraphic
- appendWaitStart
- removeWaitStart
- bindEnablePick
- unBindEnablePick
Constructors
constructor
• new ComponentCollect(): ComponentCollect
Returns
Methods
bindUpdate
▸ bindUpdate(view
, component
, call
): void
Parameters
Name | Type |
---|---|
view | View3D |
component | IComponent |
call | Function |
Returns
void
Defined in
src/gfx/renderJob/collect/ComponentCollect.ts:62
unBindUpdate
▸ unBindUpdate(view
, component
): void
Parameters
Name | Type |
---|---|
view | View3D |
component | IComponent |
Returns
void
Defined in
src/gfx/renderJob/collect/ComponentCollect.ts:72
bindLateUpdate
▸ bindLateUpdate(view
, component
, call
): void
Parameters
Name | Type |
---|---|
view | View3D |
component | IComponent |
call | Function |
Returns
void
Defined in
src/gfx/renderJob/collect/ComponentCollect.ts:80
unBindLateUpdate
▸ unBindLateUpdate(view
, component
): void
Parameters
Name | Type |
---|---|
view | View3D |
component | IComponent |
Returns
void
Defined in
src/gfx/renderJob/collect/ComponentCollect.ts:90
bindBeforeUpdate
▸ bindBeforeUpdate(view
, component
, call
): void
Parameters
Name | Type |
---|---|
view | View3D |
component | IComponent |
call | Function |
Returns
void
Defined in
src/gfx/renderJob/collect/ComponentCollect.ts:98
unBindBeforeUpdate
▸ unBindBeforeUpdate(view
, component
): void
Parameters
Name | Type |
---|---|
view | View3D |
component | IComponent |
Returns
void
Defined in
src/gfx/renderJob/collect/ComponentCollect.ts:108
bindCompute
▸ bindCompute(view
, component
, call
): void
Parameters
Name | Type |
---|---|
view | View3D |
component | IComponent |
call | Function |
Returns
void
Defined in
src/gfx/renderJob/collect/ComponentCollect.ts:116
unBindCompute
▸ unBindCompute(view
, component
): void
Parameters
Name | Type |
---|---|
view | View3D |
component | IComponent |
Returns
void
Defined in
src/gfx/renderJob/collect/ComponentCollect.ts:126
bindGraphic
▸ bindGraphic(view
, component
, call
): void
Parameters
Name | Type |
---|---|
view | View3D |
component | IComponent |
call | Function |
Returns
void
Defined in
src/gfx/renderJob/collect/ComponentCollect.ts:134
unBindGraphic
▸ unBindGraphic(view
, component
): void
Parameters
Name | Type |
---|---|
view | View3D |
component | IComponent |
Returns
void
Defined in
src/gfx/renderJob/collect/ComponentCollect.ts:144
appendWaitStart
▸ appendWaitStart(component
): void
Parameters
Name | Type |
---|---|
component | IComponent |
Returns
void
Defined in
src/gfx/renderJob/collect/ComponentCollect.ts:152
removeWaitStart
▸ removeWaitStart(obj
, component
): void
Parameters
Name | Type |
---|---|
obj | Object3D |
component | IComponent |
Returns
void
Defined in
src/gfx/renderJob/collect/ComponentCollect.ts:165
bindEnablePick
▸ bindEnablePick(view
, component
, call
): void
Parameters
Name | Type |
---|---|
view | View3D |
component | ColliderComponent |
call | Function |
Returns
void
Defined in
src/gfx/renderJob/collect/ComponentCollect.ts:176
unBindEnablePick
▸ unBindEnablePick(view
, component
): void
Parameters
Name | Type |
---|---|
view | View3D |
component | ColliderComponent |
Returns
void