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=.
 

Properties

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

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: