Home
last modified time | relevance | path

Searched refs:SetModelAttr (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/
H A DStaticModel.h94 void SetModelAttr(const ResourceRef& value);
H A DStaticModel.cpp63 …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 DAnimatedModel.h146 void SetModelAttr(const ResourceRef& value);
H A DAnimatedModel.cpp108 …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 DCollisionShape.h234 void SetModelAttr(const ResourceRef& value);
H A DCollisionShape.cpp429 …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