Searched refs:SetModelAttr (Results 1 – 6 of 6) sorted by relevance
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/ |
H A D | StaticModel.h | 94 void SetModelAttr(const ResourceRef& value);
|
H A D | StaticModel.cpp | 63 …URHO3D_MIXED_ACCESSOR_ATTRIBUTE("Model", GetModelAttr, SetModelAttr, ResourceRef, ResourceRef(Mode… in RegisterObject() 375 void StaticModel::SetModelAttr(const ResourceRef& value) in SetModelAttr() function in Urho3D::StaticModel
|
H A D | AnimatedModel.h | 146 void SetModelAttr(const ResourceRef& value);
|
H A D | AnimatedModel.cpp | 108 …URHO3D_MIXED_ACCESSOR_ATTRIBUTE("Model", GetModelAttr, SetModelAttr, ResourceRef, ResourceRef(Mode… in RegisterObject() 800 void AnimatedModel::SetModelAttr(const ResourceRef& value) in SetModelAttr() function in Urho3D::AnimatedModel
|
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Physics/ |
H A D | CollisionShape.h | 234 void SetModelAttr(const ResourceRef& value);
|
H A D | CollisionShape.cpp | 429 …URHO3D_MIXED_ACCESSOR_ATTRIBUTE("Model", GetModelAttr, SetModelAttr, ResourceRef, ResourceRef(Mode… in RegisterObject() 900 void CollisionShape::SetModelAttr(const ResourceRef& value) in SetModelAttr() function in Urho3D::CollisionShape
|