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
)
Public Function RandomDirection3D (
random As Random
) As Vector3
public:
Vector3 RandomDirection3D(
Random^ random
)
member RandomDirection3D :
random : Random -> Vector3
Parameters
- random
- Type: SystemRandom
Random
Return Value
Type:
Vector3Random 3D direction vector
See Also