Cluster Creator Kit Script Reference
    Preparing search index...

    Interface PlayerScriptRaycastResultPlayer

    A read-only type describing the result of a raycast obtained by methods in PlayerScript.

    Unlike RaycastResult , This values does not include the detail about hit object.

    interface PlayerScriptRaycastResult {
        hit: Hit;
    }
    Index

    Properties

    Properties

    hit: Hit

    Describes a hit.