Show / Hide Table of Contents

    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.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX