MeshLib C# Docs
Loading...
Searching...
No Matches

Generated from class MR.NoiseSettings. This is the const half of the class. More...

Inheritance diagram for MR.Const_NoiseSettings:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_NoiseSettings ()
 Constructs an empty (default-constructed) instance.
unsafe Const_NoiseSettings (float sigma, uint seed, MR.Std._ByValue_Function_Bool_From_Float callback)
 Constructs MR.NoiseSettings elementwise.
unsafe Const_NoiseSettings (MR._ByValue_NoiseSettings _other)
 Generated from constructor MR.NoiseSettings.NoiseSettings.
 Const_NoiseSettings (Const_NoiseSettings _other)
 Generated from constructor MR.NoiseSettings.NoiseSettings.
 Const_NoiseSettings (NoiseSettings _other)
 Generated from constructor MR.NoiseSettings.NoiseSettings.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe float * __ref_storage_sigma
unsafe uint * __ref_storage_seed

Properties

unsafe float sigma [get]
unsafe uint seed [get]
unsafe MR.Std.Const_Function_Bool_From_Float callback [get, protected set]

Detailed Description

Generated from class MR.NoiseSettings. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_NoiseSettings() [1/5]

unsafe MR.Const_NoiseSettings.Const_NoiseSettings ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_NoiseSettings() [2/5]

unsafe MR.Const_NoiseSettings.Const_NoiseSettings ( float sigma,
uint seed,
MR.Std._ByValue_Function_Bool_From_Float callback )
inline

Constructs MR.NoiseSettings elementwise.

◆ Const_NoiseSettings() [3/5]

unsafe MR.Const_NoiseSettings.Const_NoiseSettings ( MR._ByValue_NoiseSettings _other)
inline

Generated from constructor MR.NoiseSettings.NoiseSettings.

◆ Const_NoiseSettings() [4/5]

MR.Const_NoiseSettings.Const_NoiseSettings ( Const_NoiseSettings _other)
inline

Generated from constructor MR.NoiseSettings.NoiseSettings.

◆ Const_NoiseSettings() [5/5]

MR.Const_NoiseSettings.Const_NoiseSettings ( NoiseSettings _other)
inline

Generated from constructor MR.NoiseSettings.NoiseSettings.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_NoiseSettings.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_NoiseSettings.Dispose ( bool disposing)
inlineprotectedvirtual

Member Data Documentation

◆ __ref_storage_seed

unsafe uint* MR.Const_NoiseSettings.__ref_storage_seed
protected

◆ __ref_storage_sigma

unsafe float* MR.Const_NoiseSettings.__ref_storage_sigma
protected

Property Documentation

◆ callback

unsafe MR.Std.Const_Function_Bool_From_Float MR.Const_NoiseSettings.callback
getprotected set

◆ seed

unsafe uint MR.Const_NoiseSettings.seed
get

◆ sigma

unsafe float MR.Const_NoiseSettings.sigma
get

The documentation for this class was generated from the following file: