Click or drag to resize

IRandomRandomOnSphere Method

Returns a random value on the surface of a sphere with a given radius.

Namespace:  Gamelogic.Extensions
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
Vector3 RandomOnSphere(
	float radius
)

Parameters

radius
Type: SystemSingle
The radius.

Return Value

Type: Vector3
Vector3.
See Also