PhysicsBodyComponent.IsBullet Property
Definition¶
Namespace: Brine2D.ECS.Components
public bool IsBullet { get; set; }
Property Value¶
Exceptions¶
System.InvalidOperationException
Thrown when setting to true while Shape is a ChainShape.
Namespace: Brine2D.ECS.Components
public bool IsBullet { get; set; }
System.InvalidOperationException
Thrown when setting to true while Shape is a ChainShape.