AddRef() | Urho3D::RefCounted | |
BeginLoad(Deserializer &source) | Urho3D::Model | virtual |
boundingBox_ | Urho3D::Model | private |
Clone(const String &cloneName=String::EMPTY) const | Urho3D::Model | |
context_ | Urho3D::Object | protected |
EndLoad() | Urho3D::Model | virtual |
geometries_ | Urho3D::Model | private |
geometryBoneMappings_ | Urho3D::Model | private |
geometryCenters_ | Urho3D::Model | private |
GetAsyncLoadState() const | Urho3D::Resource | inline |
GetBoundingBox() const | Urho3D::Model | inline |
GetCategory() const | Urho3D::Object | |
GetContext() const | Urho3D::Object | inline |
GetEventDataMap() const | Urho3D::Object | |
GetEventHandler() const | Urho3D::Object | |
GetEventSender() const | Urho3D::Object | |
GetGeometries() const | Urho3D::Model | inline |
GetGeometry(unsigned index, unsigned lodLevel) const | Urho3D::Model | |
GetGeometryBoneMappings() const | Urho3D::Model | inline |
GetGeometryCenter(unsigned index) const | Urho3D::Model | inline |
GetGeometryCenters() const | Urho3D::Model | inline |
GetGlobalVar(StringHash key) const | Urho3D::Object | |
GetGlobalVars() const | Urho3D::Object | |
GetIndexBuffers() const | Urho3D::Model | inline |
GetMemoryUse() const | Urho3D::Resource | inline |
GetMorph(unsigned index) const | Urho3D::Model | |
GetMorph(const String &name) const | Urho3D::Model | |
GetMorph(StringHash nameHash) const | Urho3D::Model | |
GetMorphRangeCount(unsigned bufferIndex) const | Urho3D::Model | |
GetMorphRangeStart(unsigned bufferIndex) const | Urho3D::Model | |
GetMorphs() const | Urho3D::Model | inline |
GetName() const | Urho3D::Resource | inline |
GetNameHash() const | Urho3D::Resource | inline |
GetNumGeometries() const | Urho3D::Model | inline |
GetNumGeometryLodLevels(unsigned index) const | Urho3D::Model | |
GetNumMorphs() const | Urho3D::Model | inline |
GetSkeleton() | Urho3D::Model | inline |
GetSubsystem(StringHash type) const | Urho3D::Object | |
GetSubsystem() const | Urho3D::Object | |
GetType() const =0 | Urho3D::Object | pure virtual |
GetTypeInfo() const =0 | Urho3D::Object | pure virtual |
GetTypeInfoStatic() | Urho3D::Object | inlinestatic |
GetTypeName() const =0 | Urho3D::Object | pure virtual |
GetUseTimer() | Urho3D::Resource | |
GetVertexBuffers() const | Urho3D::Model | inline |
HasEventHandlers() const | Urho3D::Object | inline |
HasSubscribedToEvent(StringHash eventType) const | Urho3D::Object | |
HasSubscribedToEvent(Object *sender, StringHash eventType) const | Urho3D::Object | |
indexBuffers_ | Urho3D::Model | private |
IsInstanceOf(StringHash type) const | Urho3D::Object | |
IsInstanceOf(const TypeInfo *typeInfo) const | Urho3D::Object | |
IsInstanceOf() const | Urho3D::Object | inline |
IsTypeOf(StringHash type) | Urho3D::Object | static |
IsTypeOf(const TypeInfo *typeInfo) | Urho3D::Object | static |
IsTypeOf() | Urho3D::Object | inlinestatic |
Load(Deserializer &source) | Urho3D::Resource | |
loadGeometries_ | Urho3D::Model | private |
loadIBData_ | Urho3D::Model | private |
loadVBData_ | Urho3D::Model | private |
Model(Context *context) | Urho3D::Model | |
morphRangeCounts_ | Urho3D::Model | private |
morphRangeStarts_ | Urho3D::Model | private |
morphs_ | Urho3D::Model | private |
Object(Context *context) | Urho3D::Object | |
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData) | Urho3D::Object | virtual |
RefCounted() | Urho3D::RefCounted | |
RefCountPtr() | Urho3D::RefCounted | inline |
Refs() const | Urho3D::RefCounted | |
RegisterObject(Context *context) | Urho3D::Model | static |
ReleaseRef() | Urho3D::RefCounted | |
ResetUseTimer() | Urho3D::Resource | |
Resource(Context *context) | Urho3D::Resource | |
Save(Serializer &dest) const | Urho3D::Model | virtual |
SendEvent(StringHash eventType) | Urho3D::Object | |
SendEvent(StringHash eventType, VariantMap &eventData) | Urho3D::Object | |
SetAsyncLoadState(AsyncLoadState newState) | Urho3D::Resource | |
SetBoundingBox(const BoundingBox &box) | Urho3D::Model | |
SetGeometry(unsigned index, unsigned lodLevel, Geometry *geometry) | Urho3D::Model | |
SetGeometryBoneMappings(const Vector< PODVector< unsigned > > &mappings) | Urho3D::Model | |
SetGeometryCenter(unsigned index, const Vector3 ¢er) | Urho3D::Model | |
SetGlobalVar(StringHash key, const Variant &value) | Urho3D::Object | |
SetIndexBuffers(const Vector< SharedPtr< IndexBuffer > > &buffers) | Urho3D::Model | |
SetMemoryUse(unsigned size) | Urho3D::Resource | |
SetMorphs(const Vector< ModelMorph > &morphs) | Urho3D::Model | |
SetName(const String &name) | Urho3D::Resource | |
SetNumGeometries(unsigned num) | Urho3D::Model | |
SetNumGeometryLodLevels(unsigned index, unsigned num) | Urho3D::Model | |
SetSkeleton(const Skeleton &skeleton) | Urho3D::Model | |
SetVertexBuffers(const Vector< SharedPtr< VertexBuffer > > &buffers, const PODVector< unsigned > &morphRangeStarts, const PODVector< unsigned > &morphRangeCounts) | Urho3D::Model | |
skeleton_ | Urho3D::Model | private |
SubscribeToEvent(StringHash eventType, EventHandler *handler) | Urho3D::Object | |
SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler) | Urho3D::Object | |
UnsubscribeFromAllEvents() | Urho3D::Object | |
UnsubscribeFromAllEventsExcept(const PODVector< StringHash > &exceptions, bool onlyUserData) | Urho3D::Object | |
UnsubscribeFromEvent(StringHash eventType) | Urho3D::Object | |
UnsubscribeFromEvent(Object *sender, StringHash eventType) | Urho3D::Object | |
UnsubscribeFromEvents(Object *sender) | Urho3D::Object | |
URHO3D_OBJECT(Model, Resource) (defined in Urho3D::Model) | Urho3D::Model | private |
vertexBuffers_ | Urho3D::Model | private |
WeakRefs() const | Urho3D::RefCounted | |
~Model() | Urho3D::Model | virtual |
~Object() | Urho3D::Object | virtual |
~RefCounted() | Urho3D::RefCounted | virtual |