Click or drag to resize
KinematicBody Constructor (IBodyShapeInfo)
Create the kinematic 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 KinematicBody(
	IBodyShapeInfo shapeInfo
)

Parameters

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