Property | Type | Description | |
---|---|---|---|
m_modules | LibNoise.ModuleBase[] |
Method | Description | |
---|---|---|
Dispose ( ) : void |
Immediately releases the unmanaged resources used by this object.
|
|
GetValue ( Vector3 coordinate ) : float |
Returns the output value for the given input coordinates.
|
|
GetValue ( float x, float y, float z ) : float |
Returns the output value for the given input coordinates.
|
|
this ( int index ) : |
Gets or sets a source module by index.
|
Method | Description | |
---|---|---|
Disposing ( ) : bool |
Immediately releases the unmanaged resources used by this object.
|
|
ModuleBase ( int count ) : System |
Initializes a new instance of Helpers.
|
public GetValue ( Vector3 coordinate ) : float | ||
coordinate | Vector3 | The input coordinate. |
return | float |
public abstract GetValue ( float x, float y, float z ) : float | ||
x | float | The input coordinate on the x-axis. |
y | float | The input coordinate on the y-axis. |
z | float | The input coordinate on the z-axis. |
return | float |
protected ModuleBase ( int count ) : System | ||
count | int | The number of source modules. |
return | System |
public this ( int index ) : |
||
index | int | The index of the source module to aquire. |
return |