PhysicsGeometry Class |
Namespace: Demo3D.Visuals
public class PhysicsGeometry : IDisposable
The PhysicsGeometry type exposes the following members.
| Name | Description | |
|---|---|---|
| Aabb |
The axis-aligned bounding box (AABB) in world space.
| |
| Body |
The physics body that the geometry belongs to.
| |
| FilterContactPoints |
Whether to filter contact points.
| |
| FixNormals |
Whether to fix contact normals for the geometry.
| |
| FrictionMaterial |
The friction material for the collision geometry.
| |
| IsConveyorSurface |
Whether the geometry represents a conveyor surface (e.g. belt or rollers).
| |
| IsDisposed | ||
| Margin |
The collision margin for the geometry.
| |
| Type |
The type of collision geometry.
|
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the PhysicsGeometry | |
| Dispose(Boolean) | Releases the unmanaged resources used by the PhysicsGeometry and optionally releases the managed resources |