Click or drag to resize
StaticBody Constructor (IBodyShapeInfo)
Create the static collision body from shape info.

Namespace:  GeonBit.ECS.Components.Physics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public StaticBody(
	IBodyShapeInfo shapeInfo
)

Parameters

shapeInfo
Type: GeonBit.ECS.Components.PhysicsIBodyShapeInfo
Body shape info.
See Also