Click or drag to resize
BasePhysicsComponentIsKinematic Property
Return if this is a kinematic object.

Namespace:  GeonBit.ECS.Components.Physics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool IsKinematic { get; }

Property Value

Type: Boolean
See Also