Murl::Resource::IAnimation::Raw::ScalingKey Struct Reference
An animation key holding a 3-component float scaling vector. More...
#include "murl_resource_i_animation.h"
Inheritance diagram for Murl::Resource::IAnimation::Raw::ScalingKey:
Public Attributes | |
| Float | mScaleX |
| The floating point value for the scale factor's X component. | |
| Float | mScaleY |
| The floating point value for the scale factor's Y component. | |
| Float | mScaleZ |
| The floating point value for the scale factor's Z component. | |
Public Attributes inherited from Murl::Resource::IAnimation::Raw::Key | |
| Float | mTime |
| The key's time code. | |
| UInt32 | mInterpolation |
| The interpolation mode. See IEnums::Interpolation. | |
Detailed Description
An animation key holding a 3-component float scaling vector.
The documentation for this struct was generated from the following file:
- murl_resource_i_animation.h
Public Attributes inherited from