Cluster Creator Kit Script Reference
    Preparing search index...

    Interface Hit

    A read-only type describing where a raycast had hit.

    interface Hit {
        normal: Vector3;
        point: Vector3;
    }
    Index

    Properties

    Properties

    normal: Vector3

    Describes the normal of where the raycast hit. (global coordinates)

    point: Vector3

    Describes the point where the raycast hit. (global coordinates)