Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / CollisionDetection2D Class / _allToAll Field

In This Topic
    _allToAll Field
    In This Topic
    When true, it detects collition from a unique list of entities intersecting each others. When false, it takes two list of separate object. Detects wich entities of the first list intersect what of the second.
    Syntax
    'Declaration
     
    Protected _allToAll As Boolean
    protected bool _allToAll
    See Also