| 3416 | } |
| 3417 | |
| 3418 | static void UpdateEulerToRotation(HInstance instance) |
| 3419 | { |
| 3420 | instance->m_PrevEulerRotation = instance->m_EulerRotation; |
| 3421 | instance->m_Transform.SetRotation(dmVMath::EulerToQuat(instance->m_EulerRotation)); |
| 3422 | } |
| 3423 | |
| 3424 | PropertyResult GetProperty(HInstance instance, dmhash_t component_id, dmhash_t property_id, PropertyOptions options, PropertyDesc& out_value) |
| 3425 | { |
no test coverage detected