Create the info to create a box body.
Namespace:
GeonBit.ECS.Components.Physics
Assembly:
GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public BoxInfo(
Nullable<Vector3> baseSize = null
)
Parameters
- baseSize (Optional)
- Type: SystemNullableVector3
Box base size (default to Vector3.One).
See Also