GetRandomPositionInThis
Introduction
GetRandomPositionInThis returns a Vector3 representing a random position in the calling AxisAlignedRectangle. This value can be used for any logic, such as randomly positioning an object within an AxisAlignedRectangle.
Code Example
The following example can be used to create 50 Circles inside an AxisAlignedRectangle.
The code assumes that the rectangle is called AxisAlignedRectangleInstance and that you have a CircleList to store all the created Circles:
Last updated