AddRef() | Urho3D::RefCounted | |
AddReplicationState(ComponentReplicationState *state) | Urho3D::Component | |
AllocateNetworkState() | Urho3D::Serializable | |
ApplyAttributes() | Urho3D::Constraint | virtual |
ApplyFrames() | Urho3D::Constraint | private |
ApplyLimits() | Urho3D::Constraint | private |
cachedWorldScale_ | Urho3D::Constraint | private |
CleanupConnection(Connection *connection) | Urho3D::Component | |
Component(Context *context) | Urho3D::Component | |
Constraint(Context *context) | Urho3D::Constraint | |
constraint_ | Urho3D::Constraint | private |
constraintType_ | Urho3D::Constraint | private |
context_ | Urho3D::Object | protected |
CreateConstraint() | Urho3D::Constraint | private |
disableCollision_ | Urho3D::Constraint | private |
DrawDebugGeometry(DebugRenderer *debug, bool depthTest) | Urho3D::Constraint | virtual |
framesDirty_ | Urho3D::Constraint | 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 | |
GetConstraint() const | Urho3D::Constraint | inline |
GetConstraintType() const | Urho3D::Constraint | inline |
GetContext() const | Urho3D::Object | inline |
GetDependencyNodes(PODVector< Node * > &dest) | Urho3D::Constraint | virtual |
GetDisableCollision() const | Urho3D::Constraint | inline |
GetEventHandler() const | Urho3D::Object | |
GetEventSender() const | Urho3D::Object | |
GetHighLimit() const | Urho3D::Constraint | inline |
GetID() const | Urho3D::Component | inline |
GetLowLimit() const | Urho3D::Constraint | inline |
GetNetworkAttributes() const | Urho3D::Serializable | |
GetNode() const | Urho3D::Component | inline |
GetNumAttributes() const | Urho3D::Serializable | |
GetNumNetworkAttributes() const | Urho3D::Serializable | |
GetOtherBody() const | Urho3D::Constraint | inline |
GetOtherPosition() const | Urho3D::Constraint | inline |
GetOtherRotation() const | Urho3D::Constraint | inline |
GetOwnBody() const | Urho3D::Constraint | inline |
GetPhysicsWorld() const | Urho3D::Constraint | inline |
GetPosition() const | Urho3D::Constraint | inline |
GetRotation() const | Urho3D::Constraint | 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 |
GetWorldPosition() const | Urho3D::Constraint | |
HasSubscribedToEvent(StringHash eventType) const | Urho3D::Object | |
HasSubscribedToEvent(Object *sender, StringHash eventType) const | Urho3D::Object | |
highLimit_ | Urho3D::Constraint | private |
id_ | Urho3D::Component | protected |
Load(Deserializer &source) | Urho3D::Serializable | virtual |
LoadXML(const XMLElement &source) | Urho3D::Serializable | virtual |
lowLimit_ | Urho3D::Constraint | private |
MarkNetworkUpdate() | Urho3D::Component | |
networkState_ | Urho3D::Serializable | protected |
networkUpdate_ | Urho3D::Component | protected |
node_ | Urho3D::Component | protected |
OBJECT(Constraint) (defined in Urho3D::Constraint) | Urho3D::Constraint | private |
Object(Context *context) | Urho3D::Object | |
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData) | Urho3D::Object | virtual |
OnGetAttribute(const AttributeInfo &attr, Variant &dest) | Urho3D::Serializable | virtual |
OnMarkedDirty(Node *node) | Urho3D::Constraint | protectedvirtual |
OnNodeSet(Node *node) | Urho3D::Constraint | protectedvirtual |
OnSetAttribute(const AttributeInfo &attr, const Variant &src) | Urho3D::Constraint | virtual |
otherBody_ | Urho3D::Constraint | private |
otherBodyNodeID_ | Urho3D::Constraint | private |
otherPosition_ | Urho3D::Constraint | private |
otherRotation_ | Urho3D::Constraint | private |
ownBody_ | Urho3D::Constraint | private |
physicsWorld_ | Urho3D::Constraint | private |
position_ | Urho3D::Constraint | private |
PrepareNetworkUpdate() | Urho3D::Component | |
ReadDeltaUpdate(Deserializer &source) | Urho3D::Serializable | |
ReadLatestDataUpdate(Deserializer &source) | Urho3D::Serializable | |
recreateConstraint_ | Urho3D::Constraint | private |
RefCounted() | Urho3D::RefCounted | |
RefCountPtr() | Urho3D::RefCounted | inline |
Refs() const | Urho3D::RefCounted | |
RegisterObject(Context *context) | Urho3D::Constraint | static |
ReleaseConstraint() | Urho3D::Constraint | |
ReleaseRef() | Urho3D::RefCounted | |
Remove() | Urho3D::Component | |
RigidBody (defined in Urho3D::Constraint) | Urho3D::Constraint | friend |
rotation_ | Urho3D::Constraint | private |
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 | |
SetAxis(const Vector3 &axis) | Urho3D::Constraint | |
SetConstraintType(ConstraintType type) | Urho3D::Constraint | |
SetDisableCollision(bool disable) | Urho3D::Constraint | |
SetHighLimit(const Vector2 &limit) | Urho3D::Constraint | |
SetID(unsigned id) | Urho3D::Component | protected |
SetLowLimit(const Vector2 &limit) | Urho3D::Constraint | |
SetNode(Node *node) | Urho3D::Component | protected |
SetOtherAxis(const Vector3 &axis) | Urho3D::Constraint | |
SetOtherBody(RigidBody *body) | Urho3D::Constraint | |
SetOtherPosition(const Vector3 &position) | Urho3D::Constraint | |
SetOtherRotation(const Quaternion &rotation) | Urho3D::Constraint | |
SetPosition(const Vector3 &position) | Urho3D::Constraint | |
SetRotation(const Quaternion &rotation) | Urho3D::Constraint | |
SetWorldPosition(const Vector3 &position) | Urho3D::Constraint | |
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 | |
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 |
~Constraint() | Urho3D::Constraint | |
~Object() | Urho3D::Object | virtual |
~RefCounted() | Urho3D::RefCounted | virtual |
~Serializable() | Urho3D::Serializable | virtual |