getRandomPointAround method

Vector3 getRandomPointAround(
  1. Vector3 position,
  2. num maxRadius
)
override

Implementation

external Vector3 getRandomPointAround(Vector3 position, num maxRadius);