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