IShape

Namespace: Murder.Core.Geometry
Assembly: Murder.dll

public abstract IShape

An IShape is a component which will be applied physics properties for collision.

⭐ Methods

GetPolygon()

public abstract PolygonShape GetPolygon()

Returns
PolygonShape

GetBoundingBox()

public abstract Rectangle GetBoundingBox()

Returns
Rectangle