Search Results for

    Show / Hide Table of Contents

    Struct CollisionChecker.DebugLine

    Simple container for data required to draw lines that show a collision in the system.

    Namespace: AS2.Sim
    Assembly: .dll
    Syntax
    [Serializable]
    public struct CollisionChecker.DebugLine

    Constructors

    | Edit this page View Source

    DebugLine(Vector2Int, Vector2Int, Color, bool)

    Declaration
    public DebugLine(Vector2Int p, Vector2Int q, Color color, bool arrow = false)
    Parameters
    Type Name Description
    Vector2Int p
    Vector2Int q
    Color color
    bool arrow

    Fields

    | Edit this page View Source

    arrow

    Determines whether the line should end with an arrow or not.

    Declaration
    public bool arrow
    Field Value
    Type Description
    bool
    | Edit this page View Source

    color

    The color of the line.

    Declaration
    public Color color
    Field Value
    Type Description
    Color
    | Edit this page View Source

    p

    The start point of the line.

    Declaration
    public Vector2Int p
    Field Value
    Type Description
    Vector2Int
    | Edit this page View Source

    q

    The end point of the line.

    Declaration
    public Vector2Int q
    Field Value
    Type Description
    Vector2Int
    • Edit this page
    • View Source
    In this article
    Back to top AmoebotSim 2.0 Documentation v1.11
    Copyright © 2025 AmoebotSim 2.0 Authors
    Generated by DocFX