C# Class TreeEditor.SmoothRandom

Mostrar archivo Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
Get ( float speed ) : float
GetVector3 ( float speed ) : Vector3

Private Methods

Method Description
Get ( ) : FractalNoise

Method Details

Get() public static method

public static Get ( float speed ) : float
speed float
return float

GetVector3() public static method

public static GetVector3 ( float speed ) : Vector3
speed float
return Vector3