0.0.0-c32
This class represents a Meta object.
(Object)
Name | Description |
---|---|
props.life String
|
Represents the Meta object's lifecycle. |
props.graphics String
|
Represents the Meta object's visual appearance. |
props.physics String
|
Represents the Meta object's physics body. |
(Array)
Includes the Meta object's lifes.
(Array)
Includes the Meta object's events.
This class represents a relative space.
This class represents a HMD(Head Mounted Display) Controller.
(Object)
The space instance
This class represents a Meta's existence.
new Meta({
existence: new Existence({
start: new Date().plus('m', 1),
end: new Date().plus('m', 2),
}),
graphics: new Graphics({
geometry: new Cube(true)
}, true)
});
This class represents a desktop device controller.
(Object)
This class represents a mobile device controller.
(Object)