LightningGeneratorRandomDirection2DXZ Method |
Get random 2D direction in XZ plane
Namespace:
DigitalRuby.ThunderAndLightning
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public Vector3 RandomDirection2DXZ(
Random random
)
Public Function RandomDirection2DXZ (
random As Random
) As Vector3
public:
Vector3 RandomDirection2DXZ(
Random^ random
)
member RandomDirection2DXZ :
random : Random -> Vector3
Parameters
- random
- Type: SystemRandom
Random
Return Value
Type:
Vector3Random 2D direction
See Also