EntropyCanvas::RotatorComponent
EntropyCanvas::RotatorComponent
Section titled “EntropyCanvas::RotatorComponent”Rotator component for simple rotation animation. More…
#include <Animation.h>
Public Functions
Section titled “Public Functions”| Name | |
|---|---|
| ENTROPY_REGISTER_TYPE(RotatorComponent ) | |
| ENTROPY_FIELD(glm::vec3 , axis ) | |
| ENTROPY_FIELD(float , speed ) |
Detailed Description
Section titled “Detailed Description”struct EntropyCanvas::RotatorComponent;Rotator component for simple rotation animation.
Rotates the entity around the specified axis at the given speed.
This is an Entropy-specific component with no USD equivalent, so it generates a custom RotatorComponentAPI schema.
Public Functions Documentation
Section titled “Public Functions Documentation”function ENTROPY_REGISTER_TYPE
Section titled “function ENTROPY_REGISTER_TYPE”ENTROPY_REGISTER_TYPE( RotatorComponent)function ENTROPY_FIELD
Section titled “function ENTROPY_FIELD”ENTROPY_FIELD( glm::vec3 , axis)function ENTROPY_FIELD
Section titled “function ENTROPY_FIELD”ENTROPY_FIELD( float , speed)Updated on 2026-01-26 at 17:14:35 -0500