Click or drag to resize

DynamicTreeBroadPhase Methods

The DynamicTreeBroadPhase type exposes the following members.

Methods
 NameDescription
Public methodAddProxy Create a proxy with an initial AABB. Pairs are not reported until UpdatePairs is called.
(Inherited from DynamicTreeBroadPhaseTNode)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetFatAABB Get the AABB for a proxy.
(Inherited from DynamicTreeBroadPhaseTNode)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetProxy Get user data from a proxy. Returns null if the id is invalid.
(Inherited from DynamicTreeBroadPhaseTNode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodMoveProxy
(Inherited from DynamicTreeBroadPhaseTNode)
Public methodQuery Query an AABB for overlapping proxies. The callback class is called for each proxy that overlaps the supplied AABB.
(Inherited from DynamicTreeBroadPhaseTNode)
Public methodRayCast Ray-cast against the proxies in the tree. This relies on the callback to perform a exact ray-cast in the case were the proxy contains a shape. The callback also performs the any collision filtering. This has performance roughly equal to k * log(n), where k is the number of collisions and n is the number of proxies in the tree.
(Inherited from DynamicTreeBroadPhaseTNode)
Public methodRemoveProxy Destroy a proxy. It is up to the client to remove any pairs.
(Inherited from DynamicTreeBroadPhaseTNode)
Public methodSetProxy
(Inherited from DynamicTreeBroadPhaseTNode)
Public methodShiftOrigin
(Inherited from DynamicTreeBroadPhaseTNode)
Public methodTestOverlap Test overlap of fat AABBs.
(Inherited from DynamicTreeBroadPhaseTNode)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodTouchProxy
(Inherited from DynamicTreeBroadPhaseTNode)
Public methodUpdatePairs Update the pairs. This results in pair callbacks. This can only add pairs.
(Inherited from DynamicTreeBroadPhaseTNode)
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also