TransformObjectViaLocalSpace_Example Class |
Namespace: SimpleDemos
The TransformObjectViaLocalSpace_Example type exposes the following members.
Name | Description | |
---|---|---|
TransformObjectViaLocalSpace_Example | Initializes a new instance of the TransformObjectViaLocalSpace_Example class |
Name | Description | |
---|---|---|
m_AdditiveMovementAmount | The amount we want to move every Update cycle | |
m_AdditiveScaleAmount | The amount we want to increase our scale by every Update cycle | |
m_Angle | The angle we want to rotate by. | |
m_MoveToPosition | The position we want to move to | |
m_MyCustomAxis | The custom axis you wish to perform a rotation on | |
m_MyRotationAxis |
My axis of rotation for my object
| |
m_ObjectToManipulate | Provides an easy way to access the object we want to perform transformations on. | |
m_Reset | Bool triggering if we should reset the variables and location of the cube | |
m_ScaleToAmount | The amount we want to scale our object by | |
m_SendAdditiveTransform | Bool triggering if we are doing additive transforms, such as building off of our previous location
instead of just moving to a new position | |
m_SendTransform | Bool triggering if we should send a single transform or not. Will be set back to false after setting to true
to prevent variables from being sent again |