| CollisionCompoundShape Class |
Namespace: GeonBit.Core.Physics.CollisionShapes
public class CollisionCompoundShape : ICollisionShape
The CollisionCompoundShape type exposes the following members.
| Name | Description | |
|---|---|---|
| CollisionCompoundShape |
Create the compound shape.
|
| Name | Description | |
|---|---|---|
| AddShape |
Add a child shape to this compound shape.
| |
| Clear |
Clear the compound shape and remove all children from it.
| |
| Clone |
Clone the physical shape.
(Inherited from ICollisionShape.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| RemoveShape |
Remove a child shape from this compound shape.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |