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

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

Inheritance diagram for MR.Const_SphereParams:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_SphereParams ()
 Constructs an empty (default-constructed) instance.
unsafe Const_SphereParams (float radius, int numMeshVertices)
 Constructs MR.SphereParams elementwise.
unsafe Const_SphereParams (MR.Const_SphereParams _other)
 Generated from constructor MR.SphereParams.SphereParams.
 Const_SphereParams (SphereParams _other)
 Generated from constructor MR.SphereParams.SphereParams.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe float * __ref_storage_radius
unsafe int * __ref_storage_numMeshVertices

Properties

unsafe float radius [get]
unsafe int numMeshVertices [get]

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_SphereParams() [1/4]

unsafe MR.Const_SphereParams.Const_SphereParams ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_SphereParams() [2/4]

unsafe MR.Const_SphereParams.Const_SphereParams ( float radius,
int numMeshVertices )
inline

Constructs MR.SphereParams elementwise.

◆ Const_SphereParams() [3/4]

unsafe MR.Const_SphereParams.Const_SphereParams ( MR.Const_SphereParams _other)
inline

Generated from constructor MR.SphereParams.SphereParams.

◆ Const_SphereParams() [4/4]

MR.Const_SphereParams.Const_SphereParams ( SphereParams _other)
inline

Generated from constructor MR.SphereParams.SphereParams.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_SphereParams.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

Member Data Documentation

◆ __ref_storage_numMeshVertices

unsafe int* MR.Const_SphereParams.__ref_storage_numMeshVertices
protected

◆ __ref_storage_radius

unsafe float* MR.Const_SphereParams.__ref_storage_radius
protected

Property Documentation

◆ numMeshVertices

unsafe int MR.Const_SphereParams.numMeshVertices
get

◆ radius

unsafe float MR.Const_SphereParams.radius
get

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