Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / CollisionDetection2D Class / FirstOnly Property

In This Topic
    FirstOnly Property
    In This Topic
    When true the collision detection will stop at the first entities tuple found.
    Syntax
    'Declaration
     
    Public Property FirstOnly As Boolean
    public bool FirstOnly {get; set;}
    See Also