EndlessPlaneInfo Constructor |
Create the info to create endless plane body.
Namespace:
GeonBit.ECS.Components.Physics
Assembly:
GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public EndlessPlaneInfo(
Nullable<Vector3> normal = null
)
Parameters
- normal (Optional)
- Type: SystemNullableVector3
Plane normal (default to Vector3.Up).
See Also