MCPcopy Create free account
hub / github.com/defold/defold / CheckEuler

Function CheckEuler

engine/gui/src/gui.cpp:3068–3074  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3066 }
3067
3068 static void CheckEuler(Node& node)
3069 {
3070 if (HasEulerChanged(node))
3071 {
3072 UpdateEulerToRotation(node);
3073 }
3074 }
3075
3076 void UpdateLocalTransform(HScene scene, InternalNode* n)
3077 {

Callers 1

UpdateLocalTransformFunction · 0.70

Calls 2

HasEulerChangedFunction · 0.70
UpdateEulerToRotationFunction · 0.70

Tested by

no test coverage detected