Urho3D::PhysicsWorld Member List

This is the complete list of members for Urho3D::PhysicsWorld, including all inherited members.

AddCollisionShape(CollisionShape *shape)Urho3D::PhysicsWorld
AddConstraint(Constraint *joint)Urho3D::PhysicsWorld
AddDelayedWorldTransform(const DelayedWorldTransform &transform)Urho3D::PhysicsWorld
AddRef()Urho3D::RefCounted
AddReplicationState(ComponentReplicationState *state)Urho3D::Component
AddRigidBody(RigidBody *body)Urho3D::PhysicsWorld
AllocateNetworkState()Urho3D::Serializable
Animatable(Context *context)Urho3D::Animatable
animatedNetworkAttributes_Urho3D::Animatableprotected
animationEnabled_Urho3D::Animatableprotected
ApplyAttributes()Urho3D::Serializableinlinevirtual
applyingTransforms_Urho3D::PhysicsWorldprivate
attributeAnimationInfos_Urho3D::Animatableprotected
broadphase_Urho3D::PhysicsWorldprivate
CleanupConnection(Connection *connection)Urho3D::Component
CleanupGeometryCache()Urho3D::PhysicsWorld
collisionConfiguration_Urho3D::PhysicsWorldprivate
collisionDispatcher_Urho3D::PhysicsWorldprivate
collisionShapes_Urho3D::PhysicsWorldprivate
Component(Context *context)Urho3D::Component
configUrho3D::PhysicsWorldstatic
constraints_Urho3D::PhysicsWorldprivate
contacts_Urho3D::PhysicsWorldprivate
context_Urho3D::Objectprotected
convexCache_Urho3D::PhysicsWorldprivate
ConvexCast(PhysicsRaycastResult &result, CollisionShape *shape, const Vector3 &startPos, const Quaternion &startRot, const Vector3 &endPos, const Quaternion &endRot, unsigned collisionMask=M_MAX_UNSIGNED)Urho3D::PhysicsWorld
ConvexCast(PhysicsRaycastResult &result, btCollisionShape *shape, const Vector3 &startPos, const Quaternion &startRot, const Vector3 &endPos, const Quaternion &endRot, unsigned collisionMask=M_MAX_UNSIGNED)Urho3D::PhysicsWorld
currentCollisions_Urho3D::PhysicsWorldprivate
debugDepthTest_Urho3D::PhysicsWorldprivate
debugMode_Urho3D::PhysicsWorldprivate
debugRenderer_Urho3D::PhysicsWorldprivate
delayedWorldTransforms_Urho3D::PhysicsWorldprivate
DoAutoRemove(AutoRemoveMode mode)Urho3D::Componentprotected
draw3dText(const btVector3 &location, const char *textString)Urho3D::PhysicsWorldvirtual
drawContactPoint(const btVector3 &pointOnB, const btVector3 &normalOnB, btScalar distance, int lifeTime, const btVector3 &color)Urho3D::PhysicsWorldvirtual
DrawDebugGeometry(DebugRenderer *debug, bool depthTest)Urho3D::PhysicsWorldvirtual
DrawDebugGeometry(bool depthTest)Urho3D::PhysicsWorld
drawLine(const btVector3 &from, const btVector3 &to, const btVector3 &color)Urho3D::PhysicsWorldvirtual
enabled_Urho3D::Componentprotected
FindAttributeAnimationTarget(const String &name, String &outName)Urho3D::Animatableprotectedvirtual
fps_Urho3D::PhysicsWorldprivate
GetAnimationEnabled() const Urho3D::Animatableinline
GetAttribute(unsigned index) const Urho3D::Serializable
GetAttribute(const String &name) const Urho3D::Serializable
GetAttributeAnimation(const String &name) const Urho3D::Animatable
GetAttributeAnimationInfo(const String &name) const Urho3D::Animatableprotected
GetAttributeAnimationSpeed(const String &name) const Urho3D::Animatable
GetAttributeAnimationTime(const String &name) const Urho3D::Animatable
GetAttributeAnimationWrapMode(const String &name) const Urho3D::Animatable
GetAttributeDefault(unsigned index) const Urho3D::Serializable
GetAttributeDefault(const String &name) const Urho3D::Serializable
GetAttributes() const Urho3D::Serializablevirtual
GetCategory() const Urho3D::Object
GetCollidingBodies(PODVector< RigidBody * > &result, const RigidBody *body)Urho3D::PhysicsWorld
GetComponent(StringHash type) const Urho3D::Component
GetComponent() const Urho3D::Component
GetComponents(PODVector< Component * > &dest, StringHash type) const Urho3D::Component
GetComponents(PODVector< T * > &dest) const Urho3D::Component
GetContext() const Urho3D::Objectinline
GetConvexCache()Urho3D::PhysicsWorldinline
getDebugMode() const Urho3D::PhysicsWorldinlinevirtual
GetDependencyNodes(PODVector< Node * > &dest)Urho3D::Componentvirtual
GetEventDataMap() const Urho3D::Object
GetEventHandler() const Urho3D::Object
GetEventSender() const Urho3D::Object
GetFixedUpdateSource()Urho3D::Componentprotected
GetFps() const Urho3D::PhysicsWorldinline
GetGlobalVar(StringHash key) const Urho3D::Object
GetGlobalVars() const Urho3D::Object
GetGravity() const Urho3D::PhysicsWorld
GetID() const Urho3D::Componentinline
GetInterceptNetworkUpdate(const String &attributeName) const Urho3D::Serializable
GetInternalEdge() const Urho3D::PhysicsWorldinline
GetInterpolation() const Urho3D::PhysicsWorldinline
GetMaxNetworkAngularVelocity() const Urho3D::PhysicsWorldinline
GetMaxSubSteps() const Urho3D::PhysicsWorldinline
GetNetworkAttributes() const Urho3D::Serializablevirtual
GetNetworkState() const Urho3D::Serializableinline
GetNode() const Urho3D::Componentinline
GetNumAttributes() const Urho3D::Serializable
GetNumIterations() const Urho3D::PhysicsWorld
GetNumNetworkAttributes() const Urho3D::Serializable
GetObjectAnimation() const Urho3D::Animatable
GetObjectAnimationAttr() const Urho3D::Animatable
GetRigidBodies(PODVector< RigidBody * > &result, const Sphere &sphere, unsigned collisionMask=M_MAX_UNSIGNED)Urho3D::PhysicsWorld
GetRigidBodies(PODVector< RigidBody * > &result, const BoundingBox &box, unsigned collisionMask=M_MAX_UNSIGNED)Urho3D::PhysicsWorld
GetRigidBodies(PODVector< RigidBody * > &result, const RigidBody *body)Urho3D::PhysicsWorld
GetScene() const Urho3D::Component
GetSplitImpulse() const Urho3D::PhysicsWorld
GetSubsystem(StringHash type) const Urho3D::Object
GetSubsystem() const Urho3D::Object
GetTriMeshCache()Urho3D::PhysicsWorldinline
GetType() const =0Urho3D::Objectpure virtual
GetTypeInfo() const =0Urho3D::Objectpure virtual
GetTypeInfoStatic()Urho3D::Objectinlinestatic
GetTypeName() const =0Urho3D::Objectpure virtual
GetWorld()Urho3D::PhysicsWorldinline
HandleAttributeAnimationAdded(StringHash eventType, VariantMap &eventData)Urho3D::Animatableprotected
HandleAttributeAnimationRemoved(StringHash eventType, VariantMap &eventData)Urho3D::Animatableprotected
HandleAttributeAnimationUpdate(StringHash eventType, VariantMap &eventData)Urho3D::Componentprotected
HandleSceneSubsystemUpdate(StringHash eventType, VariantMap &eventData)Urho3D::PhysicsWorldprivate
HasEventHandlers() const Urho3D::Objectinline
HasSubscribedToEvent(StringHash eventType) const Urho3D::Object
HasSubscribedToEvent(Object *sender, StringHash eventType) const Urho3D::Object
id_Urho3D::Componentprotected
internalEdge_Urho3D::PhysicsWorldprivate
InternalPreTickCallback (defined in Urho3D::PhysicsWorld)Urho3D::PhysicsWorldfriend
InternalTickCallback (defined in Urho3D::PhysicsWorld)Urho3D::PhysicsWorldfriend
interpolation_Urho3D::PhysicsWorldprivate
IsAnimatedNetworkAttribute(const AttributeInfo &attrInfo) const Urho3D::Animatableprotected
IsApplyingTransforms() const Urho3D::PhysicsWorldinline
IsEnabled() const Urho3D::Componentinline
IsEnabledEffective() const Urho3D::Component
IsInstanceOf(StringHash type) const Urho3D::Object
IsInstanceOf(const TypeInfo *typeInfo) const Urho3D::Object
IsInstanceOf() const Urho3D::Objectinline
IsSimulating() const Urho3D::PhysicsWorldinline
IsTemporary() const Urho3D::Serializableinline
IsUpdateEnabled() const Urho3D::PhysicsWorldinline
isVisible(const btVector3 &aabbMin, const btVector3 &aabbMax)Urho3D::PhysicsWorldvirtual
Load(Deserializer &source, bool setInstanceDefault=false)Urho3D::Serializablevirtual
LoadJSON(const JSONValue &source, bool setInstanceDefault=false)Urho3D::Animatablevirtual
LoadXML(const XMLElement &source, bool setInstanceDefault=false)Urho3D::Animatablevirtual
MarkNetworkUpdate()Urho3D::Componentvirtual
maxNetworkAngularVelocity_Urho3D::PhysicsWorldprivate
maxSubSteps_Urho3D::PhysicsWorldprivate
networkState_Urho3D::Serializableprotected
networkUpdate_Urho3D::Componentprotected
node_Urho3D::Componentprotected
nodeCollisionData_Urho3D::PhysicsWorldprivate
Object(Context *context)Urho3D::Object
objectAnimation_Urho3D::Animatableprotected
OnAttributeAnimationAdded()Urho3D::Componentprotectedvirtual
OnAttributeAnimationRemoved()Urho3D::Componentprotectedvirtual
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData)Urho3D::Objectvirtual
OnGetAttribute(const AttributeInfo &attr, Variant &dest) const Urho3D::Serializablevirtual
OnMarkedDirty(Node *node)Urho3D::Componentprotectedvirtual
OnNodeSet(Node *node)Urho3D::Componentprotectedvirtual
OnNodeSetEnabled(Node *node)Urho3D::Componentprotectedvirtual
OnObjectAnimationAdded(ObjectAnimation *objectAnimation)Urho3D::Animatableprotected
OnObjectAnimationRemoved(ObjectAnimation *objectAnimation)Urho3D::Animatableprotected
OnSceneSet(Scene *scene)Urho3D::PhysicsWorldprotectedvirtual
OnSetAttribute(const AttributeInfo &attr, const Variant &src)Urho3D::Serializablevirtual
OnSetEnabled()Urho3D::Componentinlinevirtual
physicsCollisionData_Urho3D::PhysicsWorldprivate
PhysicsWorld(Context *scontext)Urho3D::PhysicsWorld
PostStep(float timeStep)Urho3D::PhysicsWorldprivate
PrepareNetworkUpdate()Urho3D::Component
PreStep(float timeStep)Urho3D::PhysicsWorldprivate
previousCollisions_Urho3D::PhysicsWorldprivate
Raycast(PODVector< PhysicsRaycastResult > &result, const Ray &ray, float maxDistance, unsigned collisionMask=M_MAX_UNSIGNED)Urho3D::PhysicsWorld
RaycastSingle(PhysicsRaycastResult &result, const Ray &ray, float maxDistance, unsigned collisionMask=M_MAX_UNSIGNED)Urho3D::PhysicsWorld
RaycastSingleSegmented(PhysicsRaycastResult &result, const Ray &ray, float maxDistance, float segmentDistance, unsigned collisionMask=M_MAX_UNSIGNED)Urho3D::PhysicsWorld
ReadDeltaUpdate(Deserializer &source)Urho3D::Serializable
ReadLatestDataUpdate(Deserializer &source)Urho3D::Serializable
RefCounted()Urho3D::RefCounted
RefCountPtr()Urho3D::RefCountedinline
Refs() const Urho3D::RefCounted
RegisterObject(Context *context)Urho3D::PhysicsWorldstatic
ReleaseRef()Urho3D::RefCounted
Remove()Urho3D::Component
RemoveAttributeAnimation(const String &name)Urho3D::Animatable
RemoveCachedGeometry(Model *model)Urho3D::PhysicsWorld
RemoveCollisionShape(CollisionShape *shape)Urho3D::PhysicsWorld
RemoveConstraint(Constraint *joint)Urho3D::PhysicsWorld
RemoveInstanceDefault()Urho3D::Serializable
RemoveObjectAnimation()Urho3D::Animatable
RemoveRigidBody(RigidBody *body)Urho3D::PhysicsWorld
reportErrorWarning(const char *warningString)Urho3D::PhysicsWorldvirtual
ResetToDefault()Urho3D::Serializable
rigidBodies_Urho3D::PhysicsWorldprivate
Save(Serializer &dest) const Urho3D::Componentvirtual
SaveDefaultAttributes() const Urho3D::Serializableinlinevirtual
SaveJSON(JSONValue &dest) const Urho3D::Componentvirtual
SaveXML(XMLElement &dest) const Urho3D::Componentvirtual
scene_Urho3D::PhysicsWorldprivate
SendCollisionEvents()Urho3D::PhysicsWorldprivate
SendEvent(StringHash eventType)Urho3D::Object
SendEvent(StringHash eventType, VariantMap &eventData)Urho3D::Object
Serializable(Context *context)Urho3D::Serializable
SetAnimationEnabled(bool enable)Urho3D::Animatable
SetAnimationTime(float time)Urho3D::Animatable
SetApplyingTransforms(bool enable)Urho3D::PhysicsWorldinline
SetAttribute(unsigned index, const Variant &value)Urho3D::Serializable
SetAttribute(const String &name, const Variant &value)Urho3D::Serializable
SetAttributeAnimation(const String &name, ValueAnimation *attributeAnimation, WrapMode wrapMode=WM_LOOP, float speed=1.0f)Urho3D::Animatable
SetAttributeAnimationSpeed(const String &name, float speed)Urho3D::Animatable
SetAttributeAnimationTime(const String &name, float time)Urho3D::Animatable
SetAttributeAnimationWrapMode(const String &name, WrapMode wrapMode)Urho3D::Animatable
SetDebugDepthTest(bool enable)Urho3D::PhysicsWorld
setDebugMode(int debugMode)Urho3D::PhysicsWorldinlinevirtual
SetDebugRenderer(DebugRenderer *debug)Urho3D::PhysicsWorld
SetEnabled(bool enable)Urho3D::Component
SetFps(int fps)Urho3D::PhysicsWorld
SetGlobalVar(StringHash key, const Variant &value)Urho3D::Object
SetGravity(const Vector3 &gravity)Urho3D::PhysicsWorld
SetID(unsigned id)Urho3D::Componentprotected
SetInterceptNetworkUpdate(const String &attributeName, bool enable)Urho3D::Serializable
SetInternalEdge(bool enable)Urho3D::PhysicsWorld
SetInterpolation(bool enable)Urho3D::PhysicsWorld
SetMaxNetworkAngularVelocity(float velocity)Urho3D::PhysicsWorld
SetMaxSubSteps(int num)Urho3D::PhysicsWorld
SetNode(Node *node)Urho3D::Componentprotected
SetNumIterations(int num)Urho3D::PhysicsWorld
SetObjectAnimation(ObjectAnimation *objectAnimation)Urho3D::Animatable
SetObjectAnimationAttr(const ResourceRef &value)Urho3D::Animatable
SetObjectAttributeAnimation(const String &name, ValueAnimation *attributeAnimation, WrapMode wrapMode, float speed)Urho3D::Animatableprotected
SetSplitImpulse(bool enable)Urho3D::PhysicsWorld
SetTemporary(bool enable)Urho3D::Serializable
SetUpdateEnabled(bool enable)Urho3D::PhysicsWorld
simulating_Urho3D::PhysicsWorldprivate
solver_Urho3D::PhysicsWorldprivate
SphereCast(PhysicsRaycastResult &result, const Ray &ray, float radius, float maxDistance, unsigned collisionMask=M_MAX_UNSIGNED)Urho3D::PhysicsWorld
SubscribeToEvent(StringHash eventType, EventHandler *handler)Urho3D::Object
SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler)Urho3D::Object
timeAcc_Urho3D::PhysicsWorldprivate
triMeshCache_Urho3D::PhysicsWorldprivate
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
Update(float timeStep)Urho3D::PhysicsWorld
UpdateAttributeAnimations(float timeStep)Urho3D::Animatableprotected
UpdateCollisions()Urho3D::PhysicsWorld
updateEnabled_Urho3D::PhysicsWorldprivate
URHO3D_OBJECT(PhysicsWorld, Component) (defined in Urho3D::PhysicsWorld)Urho3D::PhysicsWorldprivate
WeakRefs() const Urho3D::RefCounted
world_Urho3D::PhysicsWorldprivate
WriteDeltaUpdate(Serializer &dest, const DirtyBits &attributeBits, unsigned char timeStamp)Urho3D::Serializable
WriteInitialDeltaUpdate(Serializer &dest, unsigned char timeStamp)Urho3D::Serializable
WriteLatestDataUpdate(Serializer &dest, unsigned char timeStamp)Urho3D::Serializable
~Animatable()Urho3D::Animatablevirtual
~Component()Urho3D::Componentvirtual
~Object()Urho3D::Objectvirtual
~PhysicsWorld()Urho3D::PhysicsWorldvirtual
~RefCounted()Urho3D::RefCountedvirtual
~Serializable()Urho3D::Serializablevirtual