--------------------------------- TransformComponent::SetRotation
| 96 | // TransformComponent::SetRotation |
| 97 | // |
| 98 | void TransformComponent::SetRotation(const quat& rotation) |
| 99 | { |
| 100 | m_TransformChanged |= E_TransformChanged::Rotation; |
| 101 | |
| 102 | m_Rotation = rotation; |
| 103 | } |
| 104 | |
| 105 | //------------------------------ |
| 106 | // TransformComponent::SetScale |
no outgoing calls
no test coverage detected