| Urho3D
    | 
This is the complete list of members for Dviglo::Geometry, including all inherited members.
| AddRef() | Dviglo::RefCounted | |
| blockEvents_ | Dviglo::Object | private | 
| Cast() | Dviglo::Object | inline | 
| Cast() const | Dviglo::Object | inline | 
| context_ | Dviglo::Object | protected | 
| Draw(Graphics *graphics) | Dviglo::Geometry | |
| eventHandlers_ | Dviglo::Object | private | 
| FindEventHandler(StringHash eventType, EventHandler **previous=nullptr) const | Dviglo::Object | private | 
| FindSpecificEventHandler(Object *sender, EventHandler **previous=nullptr) const | Dviglo::Object | private | 
| FindSpecificEventHandler(Object *sender, StringHash eventType, EventHandler **previous=nullptr) const | Dviglo::Object | private | 
| Geometry(Context *context) | Dviglo::Geometry | explicit | 
| GetBlockEvents() const | Dviglo::Object | inline | 
| GetBufferHash() const | Dviglo::Geometry | |
| GetCategory() const | Dviglo::Object | |
| GetContext() const | Dviglo::Object | inline | 
| GetEventDataMap() const | Dviglo::Object | |
| GetEventHandler() const | Dviglo::Object | |
| GetEventSender() const | Dviglo::Object | |
| GetGlobalVar(StringHash key) const | Dviglo::Object | |
| GetGlobalVars() const | Dviglo::Object | |
| GetHitDistance(const Ray &ray, Vector3 *outNormal=nullptr, Vector2 *outUV=nullptr) const | Dviglo::Geometry | |
| GetIndexBuffer() const | Dviglo::Geometry | inline | 
| GetIndexCount() const | Dviglo::Geometry | inline | 
| GetIndexStart() const | Dviglo::Geometry | inline | 
| GetLodDistance() const | Dviglo::Geometry | inline | 
| GetNumVertexBuffers() const | Dviglo::Geometry | inline | 
| GetPrimitiveType() const | Dviglo::Geometry | inline | 
| GetRawData(const unsigned char *&vertexData, unsigned &vertexSize, const unsigned char *&indexData, unsigned &indexSize, const PODVector< VertexElement > *&elements) const | Dviglo::Geometry | |
| GetRawDataShared(SharedArrayPtr< unsigned char > &vertexData, unsigned &vertexSize, SharedArrayPtr< unsigned char > &indexData, unsigned &indexSize, const PODVector< VertexElement > *&elements) const | Dviglo::Geometry | |
| GetSubsystem(StringHash type) const | Dviglo::Object | |
| GetSubsystem() const | Dviglo::Object | |
| GetType() const =0 | Dviglo::Object | pure virtual | 
| GetTypeInfo() const =0 | Dviglo::Object | pure virtual | 
| GetTypeInfoStatic() | Dviglo::Object | inlinestatic | 
| GetTypeName() const =0 | Dviglo::Object | pure virtual | 
| GetVertexBuffer(unsigned index) const | Dviglo::Geometry | |
| GetVertexBuffers() const | Dviglo::Geometry | inline | 
| GetVertexCount() const | Dviglo::Geometry | inline | 
| GetVertexStart() const | Dviglo::Geometry | inline | 
| HasEventHandlers() const | Dviglo::Object | inline | 
| HasSubscribedToEvent(StringHash eventType) const | Dviglo::Object | |
| HasSubscribedToEvent(Object *sender, StringHash eventType) const | Dviglo::Object | |
| indexBuffer_ | Dviglo::Geometry | private | 
| indexCount_ | Dviglo::Geometry | private | 
| indexStart_ | Dviglo::Geometry | private | 
| IsEmpty() const | Dviglo::Geometry | inline | 
| IsInside(const Ray &ray) const | Dviglo::Geometry | |
| IsInstanceOf(StringHash type) const | Dviglo::Object | |
| IsInstanceOf(const TypeInfo *typeInfo) const | Dviglo::Object | |
| IsInstanceOf() const | Dviglo::Object | inline | 
| lodDistance_ | Dviglo::Geometry | private | 
| Object(Context *context) | Dviglo::Object | explicit | 
| OnEvent(Object *sender, StringHash eventType, VariantMap &eventData) | Dviglo::Object | virtual | 
| operator=(const RefCounted &rhs)=delete | Dviglo::RefCounted | |
| primitiveType_ | Dviglo::Geometry | private | 
| rawElements_ | Dviglo::Geometry | private | 
| rawIndexData_ | Dviglo::Geometry | private | 
| rawIndexSize_ | Dviglo::Geometry | private | 
| rawVertexData_ | Dviglo::Geometry | private | 
| rawVertexSize_ | Dviglo::Geometry | private | 
| refCount_ | Dviglo::RefCounted | private | 
| RefCounted() | Dviglo::RefCounted | |
| RefCounted(const RefCounted &rhs)=delete | Dviglo::RefCounted | |
| RefCountPtr() | Dviglo::RefCounted | inline | 
| Refs() const | Dviglo::RefCounted | |
| ReleaseRef() | Dviglo::RefCounted | |
| RemoveEventSender(Object *sender) | Dviglo::Object | private | 
| SendEvent(StringHash eventType) | Dviglo::Object | |
| SendEvent(StringHash eventType, VariantMap &eventData) | Dviglo::Object | |
| SendEvent(StringHash eventType, Args... args) | Dviglo::Object | inline | 
| SetBlockEvents(bool block) | Dviglo::Object | inline | 
| SetDrawRange(PrimitiveType type, unsigned indexStart, unsigned indexCount, bool getUsedVertexRange=true) | Dviglo::Geometry | |
| SetDrawRange(PrimitiveType type, unsigned indexStart, unsigned indexCount, unsigned vertexStart, unsigned vertexCount, bool checkIllegal=true) | Dviglo::Geometry | |
| SetGlobalVar(StringHash key, const Variant &value) | Dviglo::Object | |
| SetIndexBuffer(IndexBuffer *buffer) | Dviglo::Geometry | |
| SetLodDistance(float distance) | Dviglo::Geometry | |
| SetNumVertexBuffers(unsigned num) | Dviglo::Geometry | |
| SetRawIndexData(const SharedArrayPtr< unsigned char > &data, unsigned indexSize) | Dviglo::Geometry | |
| SetRawVertexData(const SharedArrayPtr< unsigned char > &data, const PODVector< VertexElement > &elements) | Dviglo::Geometry | |
| SetRawVertexData(const SharedArrayPtr< unsigned char > &data, unsigned elementMask) | Dviglo::Geometry | |
| SetVertexBuffer(unsigned index, VertexBuffer *buffer) | Dviglo::Geometry | |
| SubscribeToEvent(StringHash eventType, EventHandler *handler) | Dviglo::Object | |
| SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler) | Dviglo::Object | |
| SubscribeToEvent(StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr) | Dviglo::Object | |
| SubscribeToEvent(Object *sender, StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr) | Dviglo::Object | |
| UnsubscribeFromAllEvents() | Dviglo::Object | |
| UnsubscribeFromAllEventsExcept(const PODVector< StringHash > &exceptions, bool onlyUserData) | Dviglo::Object | |
| UnsubscribeFromEvent(StringHash eventType) | Dviglo::Object | |
| UnsubscribeFromEvent(Object *sender, StringHash eventType) | Dviglo::Object | |
| UnsubscribeFromEvents(Object *sender) | Dviglo::Object | |
| URHO3D_OBJECT(Geometry, Object) (defined in Dviglo::Geometry) | Dviglo::Geometry | private | 
| vertexBuffers_ | Dviglo::Geometry | private | 
| vertexCount_ | Dviglo::Geometry | private | 
| vertexStart_ | Dviglo::Geometry | private | 
| WeakRefs() const | Dviglo::RefCounted | |
| ~Geometry() override | Dviglo::Geometry | |
| ~Object() override | Dviglo::Object | |
| ~RefCounted() | Dviglo::RefCounted | virtual | 
 1.8.17
 1.8.17