Get or set the world quaternion of the Object3D.
Added by Needle Engine.
Get or set the world quaternion of the Object3D.
Added by Needle Engine.
Remove a component from this object. Expected a component instance
the removed component (equal to the passed in component)
Add a new component to this object. Expects a component type (e.g. addNewComponent(Animator)
)
if the object is enabled in the hierarchy (usually equivalent to
visible
)