Capítulo 288 de 859
A group of objects that receives a shared animation state.
Usage:
Note:
Limitation:
Constructor
| Signature |
|---|
new AnimationObjectGroup( …arguments : Object3D ) |
Properties
| Property | Description |
|---|---|
.isAnimationObjectGroup : boolean (readonly) | This flag can be used for type testing. |
.uuid : string (readonly) | The UUID of the 3D object. |
Methods
| Method | Description |
|---|---|
.add( …arguments : Object3D ) | Adds an arbitrary number of objects to this animation group. |
.remove( …arguments : Object3D ) | Removes an arbitrary number of objects to this animation group |
.uncache( …arguments : Object3D ) | Deallocates all memory resources for the passed 3D objects of this animation group. |