AnimationEntry
class AnimationEntry
Class responsible for attaching an animation to a given object.
public class AnimationEntry
— Constructors (1) —
| Constructor | Description | 
|---|---|
| AnimationEntry(SpatialObject) | Creates a new AnimationEntry instance with the object defined to be the argument. | 
— Methods (6) —
| Name | Description | 
|---|---|
| Vector3 getPosition() | Returns the current AnimationEntry position. | 
| void setPosition(Vector3 value) | Sets the current AnimationEntry position. | 
| Quaternion getRotation() | Returns the current AnimationEntry rotation. | 
| void setRotation(Quaternion value) | Sets the current AnimationEntry rotation. | 
| Vector3 getScale() | Returns the current AnimationEntry scale. | 
| void setScale(Vector3 value) | Sets the current AnimationEntry scale. |