Enum BoundingBoxType
Bounding box type.
Namespace: AGS.API
Assembly: AGS.API.dll
Syntax
public enum BoundingBoxType
Fields
Name | Description |
---|---|
HitTest | Bounding box which is used for collision tests. This will be in the game's resolution. |
Render | Bounding box which is used for rendering an entity. This will be in the object's resolution. |