Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3965
DVec3 Object::getLocalRotation() const
3966
{
3967
return resolveVec3Property(*this,
"Lcl Rotation"
, {0, 0, 0});
3968
}
3969
3970
3971
DVec3 Object::getLocalScaling() const
Callers
3
ProcessNodes
Function · 0.80
ProcessMesh
Function · 0.80
ImportCurve
Function · 0.80
Calls
1
resolveVec3Property
Function · 0.85
Tested by
no test coverage detected