eva.js.gameobject
Home > @eva/eva.js > GameObject
GameObject class
Signature:declare class GameObject
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(name, obj) | Constructs a new instance of the GameObject class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
components | Component<ComponentParams>[] | ||
id | number | ||
name | string | ||
parent | GameObject | ||
scene | Scene | ||
transform | Transform |