Home
last modified time | relevance | path

Searched refs:GetNetAngularVelocityAttr (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Physics/
H A DRigidBody.h240 const PODVector<unsigned char>& GetNetAngularVelocityAttr() const;
H A DRigidBody.cpp122 …URHO3D_ACCESSOR_ATTRIBUTE("Network Angular Velocity", GetNetAngularVelocityAttr, SetNetAngularVelo… in RegisterObject()
861 const PODVector<unsigned char>& RigidBody::GetNetAngularVelocityAttr() const in GetNetAngularVelocityAttr() function in Urho3D::RigidBody