public Vector3 RandomPointContstant(Vector3 origin, int searchLength) { return(AICharacter.RandomPointConstantPath(origin, searchLength)); }