AddRef() | Urho3D::RefCounted | |
AddReplicationState(ComponentReplicationState *state) | Urho3D::Component | |
AllocateNetworkState() | Urho3D::Serializable | |
ApplyAttributes() | Urho3D::CollisionShape | virtual |
cachedWorldScale_ | Urho3D::CollisionShape | private |
CleanupConnection(Connection *connection) | Urho3D::Component | |
CollisionShape(Context *context) | Urho3D::CollisionShape | |
Component(Context *context) | Urho3D::Component | |
context_ | Urho3D::Object | protected |
DrawDebugGeometry(DebugRenderer *debug, bool depthTest) | Urho3D::CollisionShape | virtual |
geometry_ | Urho3D::CollisionShape | private |
GetAttribute(unsigned index) | Urho3D::Serializable | |
GetAttribute(const String &name) | Urho3D::Serializable | |
GetAttributes() const | Urho3D::Serializable | |
GetCollisionShape() const | Urho3D::CollisionShape | inline |
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 | |
GetID() const | Urho3D::Component | inline |
GetLodLevel() const | Urho3D::CollisionShape | inline |
GetMargin() const | Urho3D::CollisionShape | inline |
GetModel() const | Urho3D::CollisionShape | inline |
GetModelAttr() const | Urho3D::CollisionShape | |
GetNetworkAttributes() const | Urho3D::Serializable | |
GetNode() const | Urho3D::Component | inline |
GetNumAttributes() const | Urho3D::Serializable | |
GetNumNetworkAttributes() const | Urho3D::Serializable | |
GetParentCompoundShape() | Urho3D::CollisionShape | private |
GetPhysicsWorld() const | Urho3D::CollisionShape | inline |
GetPosition() const | Urho3D::CollisionShape | inline |
GetRotation() const | Urho3D::CollisionShape | inline |
GetScene() const | Urho3D::Component | |
GetShapeType() const | Urho3D::CollisionShape | inline |
GetSize() const | Urho3D::CollisionShape | inline |
GetSubsystem(ShortStringHash type) const | Urho3D::Object | |
GetSubsystem() const | Urho3D::Object | |
GetType() const =0 | Urho3D::Object | pure virtual |
GetTypeName() const =0 | Urho3D::Object | pure virtual |
HandleTerrainCreated(StringHash eventType, VariantMap &eventData) | Urho3D::CollisionShape | private |
HasSubscribedToEvent(StringHash eventType) const | Urho3D::Object | |
HasSubscribedToEvent(Object *sender, StringHash eventType) const | Urho3D::Object | |
id_ | Urho3D::Component | protected |
Load(Deserializer &source) | Urho3D::Serializable | virtual |
LoadXML(const XMLElement &source) | Urho3D::Serializable | virtual |
lodLevel_ | Urho3D::CollisionShape | private |
margin_ | Urho3D::CollisionShape | private |
MarkNetworkUpdate() | Urho3D::Component | |
model_ | Urho3D::CollisionShape | private |
networkState_ | Urho3D::Serializable | protected |
networkUpdate_ | Urho3D::Component | protected |
node_ | Urho3D::Component | protected |
NotifyRigidBody() | Urho3D::CollisionShape | |
Object(Context *context) | Urho3D::Object | |
OBJECT(CollisionShape) (defined in Urho3D::CollisionShape) | Urho3D::CollisionShape | private |
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData) | Urho3D::Object | virtual |
OnGetAttribute(const AttributeInfo &attr, Variant &dest) | Urho3D::Serializable | virtual |
OnMarkedDirty(Node *node) | Urho3D::CollisionShape | protectedvirtual |
OnNodeSet(Node *node) | Urho3D::CollisionShape | protectedvirtual |
OnSetAttribute(const AttributeInfo &attr, const Variant &src) | Urho3D::CollisionShape | virtual |
physicsWorld_ | Urho3D::CollisionShape | private |
position_ | Urho3D::CollisionShape | private |
PrepareNetworkUpdate() | Urho3D::Component | |
ReadDeltaUpdate(Deserializer &source) | Urho3D::Serializable | |
ReadLatestDataUpdate(Deserializer &source) | Urho3D::Serializable | |
recreateShape_ | Urho3D::CollisionShape | private |
RefCounted() | Urho3D::RefCounted | |
RefCountPtr() | Urho3D::RefCounted | inline |
Refs() const | Urho3D::RefCounted | |
RegisterObject(Context *context) | Urho3D::CollisionShape | static |
ReleaseRef() | Urho3D::RefCounted | |
ReleaseShape() | Urho3D::CollisionShape | |
Remove() | Urho3D::Component | |
rigidBody_ | Urho3D::CollisionShape | private |
rotation_ | Urho3D::CollisionShape | 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 | |
SetBox(const Vector3 &size, const Vector3 &position=Vector3::ZERO, const Quaternion &rotation=Quaternion::IDENTITY) | Urho3D::CollisionShape | |
SetCapsule(float diameter, float height, const Vector3 &position=Vector3::ZERO, const Quaternion &rotation=Quaternion::IDENTITY) | Urho3D::CollisionShape | |
SetCone(float diameter, float height, const Vector3 &position=Vector3::ZERO, const Quaternion &rotation=Quaternion::IDENTITY) | Urho3D::CollisionShape | |
SetConvexHull(Model *model, unsigned lodLevel, const Vector3 &scale=Vector3::ONE, const Vector3 &position=Vector3::ZERO, const Quaternion &rotation=Quaternion::IDENTITY) | Urho3D::CollisionShape | |
SetCylinder(float diameter, float height, const Vector3 &position=Vector3::ZERO, const Quaternion &rotation=Quaternion::IDENTITY) | Urho3D::CollisionShape | |
SetID(unsigned id) | Urho3D::Component | protected |
SetLodLevel(unsigned lodLevel) | Urho3D::CollisionShape | |
SetMargin(float margin) | Urho3D::CollisionShape | |
SetModel(Model *model) | Urho3D::CollisionShape | |
SetModelAttr(ResourceRef value) | Urho3D::CollisionShape | |
SetNode(Node *node) | Urho3D::Component | protected |
SetPosition(const Vector3 &position) | Urho3D::CollisionShape | |
SetRotation(const Quaternion &rotation) | Urho3D::CollisionShape | |
SetShapeType(ShapeType type) | Urho3D::CollisionShape | |
SetSize(const Vector3 &size) | Urho3D::CollisionShape | |
SetSphere(float diameter, const Vector3 &position=Vector3::ZERO, const Quaternion &rotation=Quaternion::IDENTITY) | Urho3D::CollisionShape | |
SetTerrain() | Urho3D::CollisionShape | |
SetTransform(const Vector3 &position, const Quaternion &rotation) | Urho3D::CollisionShape | |
SetTriangleMesh(Model *model, unsigned lodLevel, const Vector3 &scale=Vector3::ONE, const Vector3 &position=Vector3::ZERO, const Quaternion &rotation=Quaternion::IDENTITY) | Urho3D::CollisionShape | |
shape_ | Urho3D::CollisionShape | private |
shapeType_ | Urho3D::CollisionShape | private |
size_ | Urho3D::CollisionShape | private |
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 | |
UpdateShape() | Urho3D::CollisionShape | private |
WeakRefs() const | Urho3D::RefCounted | |
WriteDeltaUpdate(Serializer &dest, const DirtyBits &attributeBits) | Urho3D::Serializable | |
WriteInitialDeltaUpdate(Serializer &dest) | Urho3D::Serializable | |
WriteLatestDataUpdate(Serializer &dest) | Urho3D::Serializable | |
~CollisionShape() | Urho3D::CollisionShape | virtual |
~Component() | Urho3D::Component | virtual |
~Object() | Urho3D::Object | virtual |
~RefCounted() | Urho3D::RefCounted | virtual |
~Serializable() | Urho3D::Serializable | virtual |