|
Urho3D
|
This is the complete list of members for Dviglo::DebugRenderer, including all inherited members.
| AddBoundingBox(const BoundingBox &box, const Color &color, bool depthTest=true, bool solid=false) | Dviglo::DebugRenderer | |
| AddBoundingBox(const BoundingBox &box, const Matrix3x4 &transform, const Color &color, bool depthTest=true, bool solid=false) | Dviglo::DebugRenderer | |
| AddCircle(const Vector3 ¢er, const Vector3 &normal, float radius, const Color &color, int steps=64, bool depthTest=true) | Dviglo::DebugRenderer | |
| AddCross(const Vector3 ¢er, float size, const Color &color, bool depthTest=true) | Dviglo::DebugRenderer | |
| AddCylinder(const Vector3 &position, float radius, float height, const Color &color, bool depthTest=true) | Dviglo::DebugRenderer | |
| AddFrustum(const Frustum &frustum, const Color &color, bool depthTest=true) | Dviglo::DebugRenderer | |
| AddLine(const Vector3 &start, const Vector3 &end, const Color &color, bool depthTest=true) | Dviglo::DebugRenderer | |
| AddLine(const Vector3 &start, const Vector3 &end, unsigned color, bool depthTest=true) | Dviglo::DebugRenderer | |
| AddNode(Node *node, float scale=1.0f, bool depthTest=true) | Dviglo::DebugRenderer | |
| AddPolygon(const Vector3 &v1, const Vector3 &v2, const Vector3 &v3, const Vector3 &v4, const Color &color, bool depthTest=true) | Dviglo::DebugRenderer | |
| AddPolygon(const Vector3 &v1, const Vector3 &v2, const Vector3 &v3, const Vector3 &v4, unsigned color, bool depthTest=true) | Dviglo::DebugRenderer | |
| AddPolyhedron(const Polyhedron &poly, const Color &color, bool depthTest=true) | Dviglo::DebugRenderer | |
| AddQuad(const Vector3 ¢er, float width, float height, const Color &color, bool depthTest=true) | Dviglo::DebugRenderer | |
| AddRef() | Dviglo::RefCounted | |
| AddReplicationState(ComponentReplicationState *state) | Dviglo::Component | |
| AddSkeleton(const Skeleton &skeleton, const Color &color, bool depthTest=true) | Dviglo::DebugRenderer | |
| AddSphere(const Sphere &sphere, const Color &color, bool depthTest=true) | Dviglo::DebugRenderer | |
| AddSphereSector(const Sphere &sphere, const Quaternion &rotation, float angle, bool drawLines, const Color &color, bool depthTest=true) | Dviglo::DebugRenderer | |
| AddTriangle(const Vector3 &v1, const Vector3 &v2, const Vector3 &v3, const Color &color, bool depthTest=true) | Dviglo::DebugRenderer | |
| AddTriangle(const Vector3 &v1, const Vector3 &v2, const Vector3 &v3, unsigned color, bool depthTest=true) | Dviglo::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) | Dviglo::DebugRenderer | |
| AddTriangleMesh(const void *vertexData, unsigned vertexSize, unsigned vertexStart, const void *indexData, unsigned indexSize, unsigned indexStart, unsigned indexCount, const Matrix3x4 &transform, const Color &color, bool depthTest=true) | Dviglo::DebugRenderer | |
| AllocateNetworkState() | Dviglo::Serializable | |
| Animatable(Context *context) | Dviglo::Animatable | explicit |
| animatedNetworkAttributes_ | Dviglo::Animatable | protected |
| animationEnabled_ | Dviglo::Animatable | protected |
| ApplyAttributes() | Dviglo::Serializable | inlinevirtual |
| attributeAnimationInfos_ | Dviglo::Animatable | protected |
| blockEvents_ | Dviglo::Object | private |
| Cast() | Dviglo::Object | inline |
| Cast() const | Dviglo::Object | inline |
| CleanupConnection(Connection *connection) | Dviglo::Component | |
| Component(Context *context) | Dviglo::Component | explicit |
| context_ | Dviglo::Object | protected |
| DebugRenderer(Context *context) | Dviglo::DebugRenderer | explicit |
| DoAutoRemove(AutoRemoveMode mode) | Dviglo::Component | protected |
| DrawDebugGeometry(DebugRenderer *debug, bool depthTest) | Dviglo::Component | virtual |
| enabled_ | Dviglo::Component | protected |
| eventHandlers_ | Dviglo::Object | private |
| FindAttributeAnimationTarget(const String &name, String &outName) | Dviglo::Animatable | protectedvirtual |
| 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 |
| frustum_ | Dviglo::DebugRenderer | private |
| GetAnimationEnabled() const | Dviglo::Animatable | inline |
| GetAttribute(unsigned index) const | Dviglo::Serializable | |
| GetAttribute(const String &name) const | Dviglo::Serializable | |
| GetAttributeAnimation(const String &name) const | Dviglo::Animatable | |
| GetAttributeAnimationInfo(const String &name) const | Dviglo::Animatable | protected |
| GetAttributeAnimationSpeed(const String &name) const | Dviglo::Animatable | |
| GetAttributeAnimationTime(const String &name) const | Dviglo::Animatable | |
| GetAttributeAnimationWrapMode(const String &name) const | Dviglo::Animatable | |
| GetAttributeDefault(unsigned index) const | Dviglo::Serializable | |
| GetAttributeDefault(const String &name) const | Dviglo::Serializable | |
| GetAttributes() const | Dviglo::Serializable | virtual |
| GetBlockEvents() const | Dviglo::Object | inline |
| GetCategory() const | Dviglo::Object | |
| GetComponent(StringHash type) const | Dviglo::Component | |
| GetComponent() const | Dviglo::Component | |
| GetComponents(PODVector< Component * > &dest, StringHash type) const | Dviglo::Component | |
| GetComponents(PODVector< T * > &dest) const | Dviglo::Component | |
| GetContext() const | Dviglo::Object | inline |
| GetDependencyNodes(PODVector< Node * > &dest) | Dviglo::Component | virtual |
| GetEventDataMap() const | Dviglo::Object | |
| GetEventHandler() const | Dviglo::Object | |
| GetEventSender() const | Dviglo::Object | |
| GetFixedUpdateSource() | Dviglo::Component | protected |
| GetFrustum() const | Dviglo::DebugRenderer | inline |
| GetGlobalVar(StringHash key) const | Dviglo::Object | |
| GetGlobalVars() const | Dviglo::Object | |
| GetID() const | Dviglo::Component | inline |
| GetInstanceDefault(const String &name) const | Dviglo::Serializable | private |
| GetInterceptNetworkUpdate(const String &attributeName) const | Dviglo::Serializable | |
| GetLineAntiAlias() const | Dviglo::DebugRenderer | inline |
| GetNetworkAttributes() const | Dviglo::Serializable | virtual |
| GetNetworkState() const | Dviglo::Serializable | inline |
| GetNode() const | Dviglo::Component | inline |
| GetNumAttributes() const | Dviglo::Serializable | |
| GetNumNetworkAttributes() const | Dviglo::Serializable | |
| GetObjectAnimation() const | Dviglo::Animatable | |
| GetObjectAnimationAttr() const | Dviglo::Animatable | |
| GetProjection() const | Dviglo::DebugRenderer | inline |
| GetScene() const | Dviglo::Component | |
| 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 |
| GetView() const | Dviglo::DebugRenderer | inline |
| gpuProjection_ | Dviglo::DebugRenderer | private |
| HandleAttributeAnimationAdded(StringHash eventType, VariantMap &eventData) | Dviglo::Animatable | protected |
| HandleAttributeAnimationRemoved(StringHash eventType, VariantMap &eventData) | Dviglo::Animatable | protected |
| HandleAttributeAnimationUpdate(StringHash eventType, VariantMap &eventData) | Dviglo::Component | protected |
| HandleEndFrame(StringHash eventType, VariantMap &eventData) | Dviglo::DebugRenderer | private |
| HasContent() const | Dviglo::DebugRenderer | |
| HasEventHandlers() const | Dviglo::Object | inline |
| HasSubscribedToEvent(StringHash eventType) const | Dviglo::Object | |
| HasSubscribedToEvent(Object *sender, StringHash eventType) const | Dviglo::Object | |
| id_ | Dviglo::Component | protected |
| instanceDefaultValues_ | Dviglo::Serializable | private |
| IsAnimatedNetworkAttribute(const AttributeInfo &attrInfo) const | Dviglo::Animatable | protected |
| IsEnabled() const | Dviglo::Component | inline |
| IsEnabledEffective() const | Dviglo::Component | |
| IsInside(const BoundingBox &box) const | Dviglo::DebugRenderer | |
| IsInstanceOf(StringHash type) const | Dviglo::Object | |
| IsInstanceOf(const TypeInfo *typeInfo) const | Dviglo::Object | |
| IsInstanceOf() const | Dviglo::Object | inline |
| IsReplicated() const | Dviglo::Component | |
| IsTemporary() const | Dviglo::Serializable | inline |
| lineAntiAlias_ | Dviglo::DebugRenderer | private |
| lines_ | Dviglo::DebugRenderer | private |
| Load(Deserializer &source) | Dviglo::Serializable | virtual |
| LoadJSON(const JSONValue &source) override | Dviglo::Animatable | virtual |
| LoadXML(const XMLElement &source) override | Dviglo::Animatable | virtual |
| MarkNetworkUpdate() override | Dviglo::Component | virtual |
| networkState_ | Dviglo::Serializable | protected |
| networkUpdate_ | Dviglo::Component | protected |
| node_ | Dviglo::Component | protected |
| noDepthLines_ | Dviglo::DebugRenderer | private |
| noDepthTriangles_ | Dviglo::DebugRenderer | private |
| Object(Context *context) | Dviglo::Object | explicit |
| objectAnimation_ | Dviglo::Animatable | protected |
| OnAttributeAnimationAdded() override | Dviglo::Component | protectedvirtual |
| OnAttributeAnimationRemoved() override | Dviglo::Component | protectedvirtual |
| OnEvent(Object *sender, StringHash eventType, VariantMap &eventData) | Dviglo::Object | virtual |
| OnGetAttribute(const AttributeInfo &attr, Variant &dest) const | Dviglo::Serializable | virtual |
| OnMarkedDirty(Node *node) | Dviglo::Component | protectedvirtual |
| OnNodeSet(Node *node) | Dviglo::Component | protectedvirtual |
| OnNodeSetEnabled(Node *node) | Dviglo::Component | protectedvirtual |
| OnObjectAnimationAdded(ObjectAnimation *objectAnimation) | Dviglo::Animatable | protected |
| OnObjectAnimationRemoved(ObjectAnimation *objectAnimation) | Dviglo::Animatable | protected |
| OnSceneSet(Scene *scene) | Dviglo::Component | protectedvirtual |
| OnSetAttribute(const AttributeInfo &attr, const Variant &src) | Dviglo::Serializable | virtual |
| OnSetEnabled() | Dviglo::Component | inlinevirtual |
| operator=(const RefCounted &rhs)=delete | Dviglo::RefCounted | |
| PrepareNetworkUpdate() | Dviglo::Component | |
| projection_ | Dviglo::DebugRenderer | private |
| ReadDeltaUpdate(Deserializer &source) | Dviglo::Serializable | |
| ReadLatestDataUpdate(Deserializer &source) | Dviglo::Serializable | |
| refCount_ | Dviglo::RefCounted | private |
| RefCounted() | Dviglo::RefCounted | |
| RefCounted(const RefCounted &rhs)=delete | Dviglo::RefCounted | |
| RefCountPtr() | Dviglo::RefCounted | inline |
| Refs() const | Dviglo::RefCounted | |
| RegisterObject(Context *context) | Dviglo::DebugRenderer | static |
| ReleaseRef() | Dviglo::RefCounted | |
| Remove() | Dviglo::Component | |
| RemoveAttributeAnimation(const String &name) | Dviglo::Animatable | |
| RemoveEventSender(Object *sender) | Dviglo::Object | private |
| RemoveInstanceDefault() | Dviglo::Serializable | |
| RemoveObjectAnimation() | Dviglo::Animatable | |
| Render() | Dviglo::DebugRenderer | |
| ResetToDefault() | Dviglo::Serializable | |
| Save(Serializer &dest) const override | Dviglo::Component | virtual |
| SaveDefaultAttributes() const | Dviglo::Serializable | inlinevirtual |
| SaveJSON(JSONValue &dest) const override | Dviglo::Component | virtual |
| SaveXML(XMLElement &dest) const override | Dviglo::Component | virtual |
| SendEvent(StringHash eventType) | Dviglo::Object | |
| SendEvent(StringHash eventType, VariantMap &eventData) | Dviglo::Object | |
| SendEvent(StringHash eventType, Args... args) | Dviglo::Object | inline |
| Serializable(Context *context) | Dviglo::Serializable | explicit |
| SetAnimationEnabled(bool enable) | Dviglo::Animatable | |
| SetAnimationTime(float time) | Dviglo::Animatable | |
| SetAttribute(unsigned index, const Variant &value) | Dviglo::Serializable | |
| SetAttribute(const String &name, const Variant &value) | Dviglo::Serializable | |
| SetAttributeAnimation(const String &name, ValueAnimation *attributeAnimation, WrapMode wrapMode=WM_LOOP, float speed=1.0f) | Dviglo::Animatable | |
| SetAttributeAnimationSpeed(const String &name, float speed) | Dviglo::Animatable | |
| SetAttributeAnimationTime(const String &name, float time) | Dviglo::Animatable | |
| SetAttributeAnimationWrapMode(const String &name, WrapMode wrapMode) | Dviglo::Animatable | |
| SetBlockEvents(bool block) | Dviglo::Object | inline |
| SetEnabled(bool enable) | Dviglo::Component | |
| SetGlobalVar(StringHash key, const Variant &value) | Dviglo::Object | |
| SetID(unsigned id) | Dviglo::Component | protected |
| SetInstanceDefault(bool enable) | Dviglo::Serializable | inline |
| SetInstanceDefault(const String &name, const Variant &defaultValue) | Dviglo::Serializable | private |
| setInstanceDefault_ | Dviglo::Serializable | private |
| SetInterceptNetworkUpdate(const String &attributeName, bool enable) | Dviglo::Serializable | |
| SetLineAntiAlias(bool enable) | Dviglo::DebugRenderer | |
| SetNode(Node *node) | Dviglo::Component | protected |
| SetObjectAnimation(ObjectAnimation *objectAnimation) | Dviglo::Animatable | |
| SetObjectAnimationAttr(const ResourceRef &value) | Dviglo::Animatable | |
| SetObjectAttributeAnimation(const String &name, ValueAnimation *attributeAnimation, WrapMode wrapMode, float speed) | Dviglo::Animatable | protected |
| SetTemporary(bool enable) | Dviglo::Serializable | |
| SetView(Camera *camera) | Dviglo::DebugRenderer | |
| 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 | |
| temporary_ | Dviglo::Serializable | private |
| triangles_ | Dviglo::DebugRenderer | private |
| 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 | |
| UpdateAttributeAnimations(float timeStep) | Dviglo::Animatable | protected |
| URHO3D_OBJECT(DebugRenderer, Component) (defined in Dviglo::DebugRenderer) | Dviglo::DebugRenderer | private |
| vertexBuffer_ | Dviglo::DebugRenderer | private |
| view_ | Dviglo::DebugRenderer | private |
| WeakRefs() const | Dviglo::RefCounted | |
| WriteDeltaUpdate(Serializer &dest, const DirtyBits &attributeBits, unsigned char timeStamp) | Dviglo::Serializable | |
| WriteInitialDeltaUpdate(Serializer &dest, unsigned char timeStamp) | Dviglo::Serializable | |
| WriteLatestDataUpdate(Serializer &dest, unsigned char timeStamp) | Dviglo::Serializable | |
| ~Animatable() override | Dviglo::Animatable | |
| ~Component() override | Dviglo::Component | |
| ~DebugRenderer() override | Dviglo::DebugRenderer | |
| ~Object() override | Dviglo::Object | |
| ~RefCounted() | Dviglo::RefCounted | virtual |
| ~Serializable() override | Dviglo::Serializable |
1.8.17