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

Common rendering parameters for meshes (both for primary rendering and for the picker; the picker uses this as is while the primary rendering adds more fields). Generated from class MR.ModelBaseRenderParams. Base classes: Direct: (non-virtual) MR.BaseRenderParams Derived classes: Direct: (non-virtual) MR.ModelRenderParams This is the const half of the class. More...

Inheritance diagram for MR.Const_ModelBaseRenderParams:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_ModelBaseRenderParams (MR.Const_ModelBaseRenderParams _other)
 Generated from constructor MR.ModelBaseRenderParams.ModelBaseRenderParams.
 Const_ModelBaseRenderParams (ModelBaseRenderParams _other)
 Generated from constructor MR.ModelBaseRenderParams.ModelBaseRenderParams.

Static Public Member Functions

static unsafe implicit operator MR.Const_BaseRenderParams (Const_ModelBaseRenderParams self)

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.Matrix4f__ref_storage_modelMatrix
unsafe MR.DepthFunction__ref_storage_depthFunction
unsafe MR.Matrix4f__ref_storage_viewMatrix
unsafe MR.Matrix4f__ref_storage_projMatrix
unsafe MR.ViewportId__ref_storage_viewportId
unsafe MR.Vector4i__ref_storage_viewport

Properties

unsafe ref readonly MR.Matrix4f modelMatrix [get]
unsafe MR.Const_Plane3f clipPlane [get, protected set]
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]

Detailed Description

Common rendering parameters for meshes (both for primary rendering and for the picker; the picker uses this as is while the primary rendering adds more fields). Generated from class MR.ModelBaseRenderParams. Base classes: Direct: (non-virtual) MR.BaseRenderParams Derived classes: Direct: (non-virtual) MR.ModelRenderParams This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_ModelBaseRenderParams() [1/2]

unsafe MR.Const_ModelBaseRenderParams.Const_ModelBaseRenderParams ( MR.Const_ModelBaseRenderParams _other)
inline

◆ Const_ModelBaseRenderParams() [2/2]

MR.Const_ModelBaseRenderParams.Const_ModelBaseRenderParams ( ModelBaseRenderParams _other)
inline

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_ModelBaseRenderParams.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ operator MR.Const_BaseRenderParams()

unsafe implicit MR.Const_ModelBaseRenderParams.operator MR.Const_BaseRenderParams ( Const_ModelBaseRenderParams self)
inlinestatic

Member Data Documentation

◆ __ref_storage_depthFunction

unsafe MR.DepthFunction* MR.Const_ModelBaseRenderParams.__ref_storage_depthFunction
protected

◆ __ref_storage_modelMatrix

unsafe MR.Matrix4f* MR.Const_ModelBaseRenderParams.__ref_storage_modelMatrix
protected

◆ __ref_storage_projMatrix

unsafe MR.Matrix4f* MR.Const_ModelBaseRenderParams.__ref_storage_projMatrix
protected

◆ __ref_storage_viewMatrix

unsafe MR.Matrix4f* MR.Const_ModelBaseRenderParams.__ref_storage_viewMatrix
protected

◆ __ref_storage_viewport

unsafe MR.Vector4i* MR.Const_ModelBaseRenderParams.__ref_storage_viewport
protected

◆ __ref_storage_viewportId

unsafe MR.ViewportId* MR.Const_ModelBaseRenderParams.__ref_storage_viewportId
protected

Property Documentation

◆ clipPlane

unsafe MR.Const_Plane3f MR.Const_ModelBaseRenderParams.clipPlane
getprotected set

◆ depthFunction

unsafe MR.DepthFunction MR.Const_ModelBaseRenderParams.depthFunction
get

◆ modelMatrix

unsafe ref readonly MR.Matrix4f MR.Const_ModelBaseRenderParams.modelMatrix
get

◆ projMatrix

unsafe ref readonly MR.Matrix4f MR.Const_ModelBaseRenderParams.projMatrix
get

◆ viewMatrix

unsafe ref readonly MR.Matrix4f MR.Const_ModelBaseRenderParams.viewMatrix
get

◆ viewport

unsafe ref readonly MR.Vector4i MR.Const_ModelBaseRenderParams.viewport
get

◆ viewportId

unsafe ref readonly MR.ViewportId MR.Const_ModelBaseRenderParams.viewportId
get

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