MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / getLocalRotation

Method getLocalRotation

Source/ThirdParty/OpenFBX/ofbx.cpp:3965–3968  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3963
3964
3965DVec3 Object::getLocalRotation() const
3966{
3967 return resolveVec3Property(*this, "Lcl Rotation", {0, 0, 0});
3968}
3969
3970
3971DVec3 Object::getLocalScaling() const

Callers 3

ProcessNodesFunction · 0.80
ProcessMeshFunction · 0.80
ImportCurveFunction · 0.80

Calls 1

resolveVec3PropertyFunction · 0.85

Tested by

no test coverage detected