Interface IDynamicTreeProxy
Represents an entity that can be tracked by the DynamicTree for broadphase collision detection.
public interface IDynamicTreeProxy : IPartitionedSetIndex
- Inherited Members
Properties
NodePtr
Gets or sets the internal node pointer used by the tree.
int NodePtr { get; set; }
Property Value
Remarks
This value is managed internally by DynamicTree. Do not modify directly.
Velocity
Gets the velocity of the entity, used for bounding box expansion.
JVector Velocity { get; }
Property Value
WorldBoundingBox
Gets the axis-aligned bounding box of the entity in world space.
JBoundingBox WorldBoundingBox { get; }