MeshLib C# Docs
Loading...
Searching...
No Matches
MR.SphereParams Class Reference

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

Inheritance diagram for MR.SphereParams:

Public Member Functions

unsafe SphereParams ()
 Constructs an empty (default-constructed) instance.
unsafe SphereParams (float radius, int numMeshVertices)
 Constructs MR.SphereParams elementwise.
unsafe SphereParams (MR.Const_SphereParams _other)
 Generated from constructor MR.SphereParams.SphereParams.
 SphereParams (SphereParams _other)
 Generated from constructor MR.SphereParams.SphereParams.
unsafe MR.SphereParams assign (MR.Const_SphereParams _other)
 Generated from method MR::SphereParams::operator=.
Public Member Functions inherited from MR.Const_SphereParams
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.

Properties

new unsafe ref float radius [get]
new unsafe ref int numMeshVertices [get]
Properties inherited from MR.Const_SphereParams
unsafe float radius [get]
unsafe int numMeshVertices [get]

Additional Inherited Members

Protected Member Functions inherited from MR.Const_SphereParams
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Const_SphereParams
unsafe float * __ref_storage_radius
unsafe int * __ref_storage_numMeshVertices

Detailed Description

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

Constructor & Destructor Documentation

◆ SphereParams() [1/4]

unsafe MR.SphereParams.SphereParams ( )
inline

Constructs an empty (default-constructed) instance.

◆ SphereParams() [2/4]

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

Constructs MR.SphereParams elementwise.

◆ SphereParams() [3/4]

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

Generated from constructor MR.SphereParams.SphereParams.

◆ SphereParams() [4/4]

MR.SphereParams.SphereParams ( SphereParams _other)
inline

Generated from constructor MR.SphereParams.SphereParams.

Member Function Documentation

◆ assign()

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

Generated from method MR::SphereParams::operator=.

Property Documentation

◆ numMeshVertices

new unsafe ref int MR.SphereParams.numMeshVertices
get

◆ radius

new unsafe ref float MR.SphereParams.radius
get

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