Class: Stats 
Performance info stats
Hierarchy 
ComponentBase↳
Stats
Constructors 
Properties 
Accessors 
Methods 
- start
 - onLateUpdate
 - onBeforeUpdate
 - onCompute
 - onGraphic
 - onParentChange
 - onAddChild
 - onRemoveChild
 - cloneTo
 - copyComponent
 - beforeDestroy
 - destroy
 
Constructors 
constructor 
• new Stats(): Stats
Returns 
Inherited from 
ComponentBase.constructor
Properties 
container 
• container: HTMLElement
Stats DOM container with default class="stats"
 could custom container style with css
Defined in 
object3D 
• object3D: Object3D = null
owner object3D
Inherited from 
ComponentBase.object3D
Defined in 
src/components/ComponentBase.ts:17
isDestroyed 
• Optional isDestroyed: boolean
Inherited from 
ComponentBase.isDestroyed
Defined in 
src/components/ComponentBase.ts:38
Accessors 
eventDispatcher 
• get eventDispatcher(): CEventDispatcher
Returns 
CEventDispatcher
Inherited from 
ComponentBase.eventDispatcher
Defined in 
src/components/ComponentBase.ts:23
• set eventDispatcher(value): void
Parameters 
| Name | Type | 
|---|---|
value | CEventDispatcher | 
Returns 
void
Inherited from 
ComponentBase.eventDispatcher
Defined in 
src/components/ComponentBase.ts:28
isStart 
• get isStart(): boolean
Returns 
boolean
Inherited from 
ComponentBase.isStart
Defined in 
src/components/ComponentBase.ts:40
transform 
• get transform(): Transform
Return the Transform component attached to the Object3D.
Returns 
Transform
Inherited from 
ComponentBase.transform
Defined in 
src/components/ComponentBase.ts:47
enable 
• get enable(): boolean
Enable/disable components. The enabled components can be updated, while the disabled components cannot be updated.
Returns 
boolean
Inherited from 
ComponentBase.enable
Defined in 
src/components/ComponentBase.ts:68
• set enable(value): void
Enable/disable components. The enabled components can be updated, while the disabled components cannot be updated.
Parameters 
| Name | Type | 
|---|---|
value | boolean | 
Returns 
void
Inherited from 
ComponentBase.enable
Defined in 
src/components/ComponentBase.ts:54
Methods 
start 
▸ start(): void
Returns 
void
Inherited from 
ComponentBase.start
Defined in 
src/components/ComponentBase.ts:113
onLateUpdate 
▸ onLateUpdate(view?): any
Parameters 
| Name | Type | 
|---|---|
view? | View3D | 
Returns 
any
Inherited from 
ComponentBase.onLateUpdate
Defined in 
src/components/ComponentBase.ts:118
onBeforeUpdate 
▸ onBeforeUpdate(view?): any
Parameters 
| Name | Type | 
|---|---|
view? | View3D | 
Returns 
any
Inherited from 
ComponentBase.onBeforeUpdate
Defined in 
src/components/ComponentBase.ts:119
onCompute 
▸ onCompute(view?, command?): any
Parameters 
| Name | Type | 
|---|---|
view? | View3D | 
command? | GPUCommandEncoder | 
Returns 
any
Inherited from 
ComponentBase.onCompute
Defined in 
src/components/ComponentBase.ts:120
onGraphic 
▸ onGraphic(view?): any
Parameters 
| Name | Type | 
|---|---|
view? | View3D | 
Returns 
any
Inherited from 
ComponentBase.onGraphic
Defined in 
src/components/ComponentBase.ts:121
onParentChange 
▸ onParentChange(lastParent?, currentParent?): any
Parameters 
| Name | Type | 
|---|---|
lastParent? | Object3D | 
currentParent? | Object3D | 
Returns 
any
Inherited from 
ComponentBase.onParentChange
Defined in 
src/components/ComponentBase.ts:122
onAddChild 
▸ onAddChild(child): any
Parameters 
| Name | Type | 
|---|---|
child | Object3D | 
Returns 
any
Inherited from 
ComponentBase.onAddChild
Defined in 
src/components/ComponentBase.ts:123
onRemoveChild 
▸ onRemoveChild(child): any
Parameters 
| Name | Type | 
|---|---|
child | Object3D | 
Returns 
any
Inherited from 
ComponentBase.onRemoveChild
Defined in 
src/components/ComponentBase.ts:124
cloneTo 
▸ cloneTo(obj): void
clone component data to target object3D
Parameters 
| Name | Type | Description | 
|---|---|---|
obj | Object3D | target object3D | 
Returns 
void
Inherited from 
ComponentBase.cloneTo
Defined in 
src/components/ComponentBase.ts:131
copyComponent 
▸ copyComponent(from): this
Parameters 
| Name | Type | 
|---|---|
from | this | 
Returns 
this
Inherited from 
ComponentBase.copyComponent
Defined in 
src/components/ComponentBase.ts:133
beforeDestroy 
▸ beforeDestroy(force?): void
before release this component, object refrences are not be set null now.
Parameters 
| Name | Type | 
|---|---|
force? | boolean | 
Returns 
void
Inherited from 
ComponentBase.beforeDestroy
Defined in 
src/components/ComponentBase.ts:200
destroy 
▸ destroy(force?): void
release this component
Parameters 
| Name | Type | 
|---|---|
force? | boolean | 
Returns 
void
Inherited from 
ComponentBase.destroy

