Detect-Collisions
    Preparing search index...

    Interface RaycastHit<TBody>

    system.raycast(from, to) result

    interface RaycastHit<TBody> {
        body: TBody;
        point: Vector;
    }

    Type Parameters

    • TBody
    Index

    Properties

    Properties

    body: TBody
    point: Vector