CollisionEndlessPlane Constructor |
Create the collision plane.
Namespace:
GeonBit.Core.Physics.CollisionShapes
Assembly:
GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public CollisionEndlessPlane(
Nullable<Vector3> normal = null
)
Parameters
- normal (Optional)
- Type: SystemNullableVector3
Plane normal vector.
See Also