AddBoundingBox(const BoundingBox &box, const Color &color, bool depthTest=true) | Urho3D::DebugRenderer | |
AddBoundingBox(const BoundingBox &box, const Matrix3x4 &transform, const Color &color, bool depthTest=true) | Urho3D::DebugRenderer | |
AddFrustum(const Frustum &frustum, const Color &color, bool depthTest=true) | Urho3D::DebugRenderer | |
AddLine(const Vector3 &start, const Vector3 &end, const Color &color, bool depthTest=true) | Urho3D::DebugRenderer | |
AddLine(const Vector3 &start, const Vector3 &end, unsigned color, bool depthTest=true) | Urho3D::DebugRenderer | |
AddNode(Node *node, float scale=1.0f, bool depthTest=true) | Urho3D::DebugRenderer | |
AddPolyhedron(const Polyhedron &poly, const Color &color, bool depthTest=true) | Urho3D::DebugRenderer | |
AddRef() | Urho3D::RefCounted | |
AddReplicationState(ComponentReplicationState *state) | Urho3D::Component | |
AddSkeleton(const Skeleton &skeleton, const Color &color, bool depthTest=true) | Urho3D::DebugRenderer | |
AddSphere(const Sphere &sphere, const Color &color, bool depthTest=true) | Urho3D::DebugRenderer | |
AddTriangleMesh(const void *vertexData, unsigned vertexSize, const void *indexData, unsigned indexSize, unsigned indexStart, unsigned indexCount, const Matrix3x4 &transform, const Color &color, bool depthTest=true) | Urho3D::DebugRenderer | |
AllocateNetworkState() | Urho3D::Serializable | |
ApplyAttributes() | Urho3D::Serializable | inlinevirtual |
CleanupConnection(Connection *connection) | Urho3D::Component | |
Component(Context *context) | Urho3D::Component | |
context_ | Urho3D::Object | protected |
DebugRenderer(Context *context) | Urho3D::DebugRenderer | |
DrawDebugGeometry(DebugRenderer *debug, bool depthTest) | Urho3D::Component | inlinevirtual |
frustum_ | Urho3D::DebugRenderer | private |
GetAttribute(unsigned index) | Urho3D::Serializable | |
GetAttribute(const String &name) | Urho3D::Serializable | |
GetAttributes() const | Urho3D::Serializable | |
GetComponent(ShortStringHash type) const | Urho3D::Component | |
GetComponent() const | Urho3D::Component | |
GetComponents(PODVector< Component * > &dest, ShortStringHash type) const | Urho3D::Component | |
GetComponents(PODVector< T * > &dest) const | Urho3D::Component | |
GetContext() const | Urho3D::Object | inline |
GetDependencyNodes(PODVector< Node * > &dest) | Urho3D::Component | inlinevirtual |
GetEventHandler() const | Urho3D::Object | |
GetEventSender() const | Urho3D::Object | |
GetFrustum() const | Urho3D::DebugRenderer | inline |
GetID() const | Urho3D::Component | inline |
GetNetworkAttributes() const | Urho3D::Serializable | |
GetNode() const | Urho3D::Component | inline |
GetNumAttributes() const | Urho3D::Serializable | |
GetNumNetworkAttributes() const | Urho3D::Serializable | |
GetProjection() const | Urho3D::DebugRenderer | inline |
GetScene() const | Urho3D::Component | |
GetSubsystem(ShortStringHash type) const | Urho3D::Object | |
GetSubsystem() const | Urho3D::Object | |
GetType() const =0 | Urho3D::Object | pure virtual |
GetTypeName() const =0 | Urho3D::Object | pure virtual |
GetView() const | Urho3D::DebugRenderer | inline |
HandleEndFrame(StringHash eventType, VariantMap &eventData) | Urho3D::DebugRenderer | private |
HasSubscribedToEvent(StringHash eventType) const | Urho3D::Object | |
HasSubscribedToEvent(Object *sender, StringHash eventType) const | Urho3D::Object | |
id_ | Urho3D::Component | protected |
IsInside(const BoundingBox &box) const | Urho3D::DebugRenderer | |
lines_ | Urho3D::DebugRenderer | private |
Load(Deserializer &source) | Urho3D::Serializable | virtual |
LoadXML(const XMLElement &source) | Urho3D::Serializable | virtual |
MarkNetworkUpdate() | Urho3D::Component | |
networkState_ | Urho3D::Serializable | protected |
networkUpdate_ | Urho3D::Component | protected |
node_ | Urho3D::Component | protected |
noDepthLines_ | Urho3D::DebugRenderer | private |
Object(Context *context) | Urho3D::Object | |
OBJECT(DebugRenderer) (defined in Urho3D::DebugRenderer) | Urho3D::DebugRenderer | private |
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData) | Urho3D::Object | virtual |
OnGetAttribute(const AttributeInfo &attr, Variant &dest) | Urho3D::Serializable | virtual |
OnMarkedDirty(Node *node) | Urho3D::Component | inlineprotectedvirtual |
OnNodeSet(Node *node) | Urho3D::Component | inlineprotectedvirtual |
OnSetAttribute(const AttributeInfo &attr, const Variant &src) | Urho3D::Component | virtual |
PrepareNetworkUpdate() | Urho3D::Component | |
projection_ | Urho3D::DebugRenderer | private |
ReadDeltaUpdate(Deserializer &source) | Urho3D::Serializable | |
ReadLatestDataUpdate(Deserializer &source) | Urho3D::Serializable | |
RefCounted() | Urho3D::RefCounted | |
RefCountPtr() | Urho3D::RefCounted | inline |
Refs() const | Urho3D::RefCounted | |
RegisterObject(Context *context) | Urho3D::DebugRenderer | static |
ReleaseRef() | Urho3D::RefCounted | |
Remove() | Urho3D::Component | |
Render() | Urho3D::DebugRenderer | |
Save(Serializer &dest) | Urho3D::Component | virtual |
SaveXML(XMLElement &dest) | Urho3D::Component | virtual |
SendEvent(StringHash eventType) | Urho3D::Object | |
SendEvent(StringHash eventType, VariantMap &eventData) | Urho3D::Object | |
Serializable(Context *context) | Urho3D::Serializable | |
SetAttribute(unsigned index, const Variant &value) | Urho3D::Serializable | |
SetAttribute(const String &name, const Variant &value) | Urho3D::Serializable | |
SetID(unsigned id) | Urho3D::Component | protected |
SetNode(Node *node) | Urho3D::Component | protected |
SetView(Camera *camera) | Urho3D::DebugRenderer | |
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 | |
vertexBuffer_ | Urho3D::DebugRenderer | private |
view_ | Urho3D::DebugRenderer | private |
WeakRefs() const | Urho3D::RefCounted | |
WriteDeltaUpdate(Serializer &dest, const DirtyBits &attributeBits) | Urho3D::Serializable | |
WriteInitialDeltaUpdate(Serializer &dest) | Urho3D::Serializable | |
WriteLatestDataUpdate(Serializer &dest) | Urho3D::Serializable | |
~Component() | Urho3D::Component | virtual |
~DebugRenderer() | Urho3D::DebugRenderer | virtual |
~Object() | Urho3D::Object | virtual |
~RefCounted() | Urho3D::RefCounted | virtual |
~Serializable() | Urho3D::Serializable | virtual |