Click or drag to resize

LightningGeneratorRandomDirection3D Method

Get a random 3D direction

Namespace:  DigitalRuby.ThunderAndLightning
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public Vector3 RandomDirection3D(
	Random random
)

Parameters

random
Type: SystemRandom
Random

Return Value

Type: Vector3
Random 3D direction vector
See Also