navcat docs
    Preparing search index...

    Type Alias FindRandomPointAroundCircleResult

    type FindRandomPointAroundCircleResult = {
        nodeRef: NodeRef;
        position: Vec3;
        success: boolean;
    }
    Index

    Properties

    nodeRef: NodeRef
    position: Vec3
    success: boolean