Urho3D
Dviglo::Geometry Member List

This is the complete list of members for Dviglo::Geometry, including all inherited members.

AddRef()Dviglo::RefCounted
blockEvents_Dviglo::Objectprivate
Cast()Dviglo::Objectinline
Cast() constDviglo::Objectinline
context_Dviglo::Objectprotected
Draw(Graphics *graphics)Dviglo::Geometry
eventHandlers_Dviglo::Objectprivate
FindEventHandler(StringHash eventType, EventHandler **previous=nullptr) constDviglo::Objectprivate
FindSpecificEventHandler(Object *sender, EventHandler **previous=nullptr) constDviglo::Objectprivate
FindSpecificEventHandler(Object *sender, StringHash eventType, EventHandler **previous=nullptr) constDviglo::Objectprivate
Geometry(Context *context)Dviglo::Geometryexplicit
GetBlockEvents() constDviglo::Objectinline
GetBufferHash() constDviglo::Geometry
GetCategory() constDviglo::Object
GetContext() constDviglo::Objectinline
GetEventDataMap() constDviglo::Object
GetEventHandler() constDviglo::Object
GetEventSender() constDviglo::Object
GetGlobalVar(StringHash key) constDviglo::Object
GetGlobalVars() constDviglo::Object
GetHitDistance(const Ray &ray, Vector3 *outNormal=nullptr, Vector2 *outUV=nullptr) constDviglo::Geometry
GetIndexBuffer() constDviglo::Geometryinline
GetIndexCount() constDviglo::Geometryinline
GetIndexStart() constDviglo::Geometryinline
GetLodDistance() constDviglo::Geometryinline
GetNumVertexBuffers() constDviglo::Geometryinline
GetPrimitiveType() constDviglo::Geometryinline
GetRawData(const unsigned char *&vertexData, unsigned &vertexSize, const unsigned char *&indexData, unsigned &indexSize, const PODVector< VertexElement > *&elements) constDviglo::Geometry
GetRawDataShared(SharedArrayPtr< unsigned char > &vertexData, unsigned &vertexSize, SharedArrayPtr< unsigned char > &indexData, unsigned &indexSize, const PODVector< VertexElement > *&elements) constDviglo::Geometry
GetSubsystem(StringHash type) constDviglo::Object
GetSubsystem() constDviglo::Object
GetType() const =0Dviglo::Objectpure virtual
GetTypeInfo() const =0Dviglo::Objectpure virtual
GetTypeInfoStatic()Dviglo::Objectinlinestatic
GetTypeName() const =0Dviglo::Objectpure virtual
GetVertexBuffer(unsigned index) constDviglo::Geometry
GetVertexBuffers() constDviglo::Geometryinline
GetVertexCount() constDviglo::Geometryinline
GetVertexStart() constDviglo::Geometryinline
HasEventHandlers() constDviglo::Objectinline
HasSubscribedToEvent(StringHash eventType) constDviglo::Object
HasSubscribedToEvent(Object *sender, StringHash eventType) constDviglo::Object
indexBuffer_Dviglo::Geometryprivate
indexCount_Dviglo::Geometryprivate
indexStart_Dviglo::Geometryprivate
IsEmpty() constDviglo::Geometryinline
IsInside(const Ray &ray) constDviglo::Geometry
IsInstanceOf(StringHash type) constDviglo::Object
IsInstanceOf(const TypeInfo *typeInfo) constDviglo::Object
IsInstanceOf() constDviglo::Objectinline
lodDistance_Dviglo::Geometryprivate
Object(Context *context)Dviglo::Objectexplicit
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData)Dviglo::Objectvirtual
operator=(const RefCounted &rhs)=deleteDviglo::RefCounted
primitiveType_Dviglo::Geometryprivate
rawElements_Dviglo::Geometryprivate
rawIndexData_Dviglo::Geometryprivate
rawIndexSize_Dviglo::Geometryprivate
rawVertexData_Dviglo::Geometryprivate
rawVertexSize_Dviglo::Geometryprivate
refCount_Dviglo::RefCountedprivate
RefCounted()Dviglo::RefCounted
RefCounted(const RefCounted &rhs)=deleteDviglo::RefCounted
RefCountPtr()Dviglo::RefCountedinline
Refs() constDviglo::RefCounted
ReleaseRef()Dviglo::RefCounted
RemoveEventSender(Object *sender)Dviglo::Objectprivate
SendEvent(StringHash eventType)Dviglo::Object
SendEvent(StringHash eventType, VariantMap &eventData)Dviglo::Object
SendEvent(StringHash eventType, Args... args)Dviglo::Objectinline
SetBlockEvents(bool block)Dviglo::Objectinline
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::Geometryprivate
vertexBuffers_Dviglo::Geometryprivate
vertexCount_Dviglo::Geometryprivate
vertexStart_Dviglo::Geometryprivate
WeakRefs() constDviglo::RefCounted
~Geometry() overrideDviglo::Geometry
~Object() overrideDviglo::Object
~RefCounted()Dviglo::RefCountedvirtual