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

Mesh rendering parameters for primary rendering (as opposed to the picker). Generated from class MR.ModelRenderParams. Base classes: Direct: (non-virtual) MR.ModelBaseRenderParams Indirect: (non-virtual) MR.BaseRenderParams This is the const half of the class. More...

+ Inheritance diagram for MR.Const_ModelRenderParams:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_ModelRenderParams (MR.Const_ModelRenderParams _other)
 Generated from constructor MR.ModelRenderParams.ModelRenderParams.
 

Static Public Member Functions

static unsafe implicit operator MR.Const_BaseRenderParams (Const_ModelRenderParams self)
 
static unsafe implicit operator MR.Const_ModelBaseRenderParams (Const_ModelRenderParams self)
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe MR.? ConstBox_Matrix4f normMatrixPtr [get]
 
unsafe ref readonly MR.Vector3f lightPos [get]
 
unsafe MR.Const_TransparencyMode transparencyMode [get]
 
unsafe MR.RenderModelPassMask passMask [get]
 
unsafe ref readonly MR.Matrix4f modelMatrix [get]
 
unsafe MR.Const_Plane3f clipPlane [get]
 
unsafe MR.DepthFunction depthFunction [get]
 
unsafe ref readonly MR.Matrix4f viewMatrix [get]
 
unsafe ref readonly MR.Matrix4f projMatrix [get]
 
unsafe ref readonly MR.ViewportId viewportId [get]
 
unsafe ref readonly MR.Vector4i viewport [get]
 
- Properties inherited from MR.Misc.Object< Const_ModelRenderParams >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_ModelRenderParams >
bool _IsOwningVal
 

Detailed Description

Mesh rendering parameters for primary rendering (as opposed to the picker). Generated from class MR.ModelRenderParams. Base classes: Direct: (non-virtual) MR.ModelBaseRenderParams Indirect: (non-virtual) MR.BaseRenderParams This is the const half of the class.


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