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

struct to determine transparent rendering mode Generated from class MR.TransparencyMode. This is the non-const half of the class. More...

Inheritance diagram for MR.TransparencyMode:

Public Member Functions

unsafe TransparencyMode ()
 Constructs an empty (default-constructed) instance.
unsafe TransparencyMode (MR.Const_TransparencyMode _other)
 Generated from constructor MR.TransparencyMode.TransparencyMode.
 TransparencyMode (TransparencyMode _other)
 Generated from constructor MR.TransparencyMode.TransparencyMode.
unsafe TransparencyMode (bool alphaSort)
 Generated from constructor MR.TransparencyMode.TransparencyMode.
unsafe TransparencyMode (uint bgDepthTexId, uint fgColorTexId, uint fgDepthTexId)
 Generated from constructor MR.TransparencyMode.TransparencyMode.
unsafe MR.TransparencyMode assign (MR.Const_TransparencyMode _other)
 Generated from method MR::TransparencyMode::operator=.
Public Member Functions inherited from MR.Const_TransparencyMode
virtual void Dispose ()
unsafe Const_TransparencyMode ()
 Constructs an empty (default-constructed) instance.
unsafe Const_TransparencyMode (MR.Const_TransparencyMode _other)
 Generated from constructor MR.TransparencyMode.TransparencyMode.
 Const_TransparencyMode (TransparencyMode _other)
 Generated from constructor MR.TransparencyMode.TransparencyMode.
unsafe Const_TransparencyMode (bool alphaSort)
 Generated from constructor MR.TransparencyMode.TransparencyMode.
unsafe Const_TransparencyMode (uint bgDepthTexId, uint fgColorTexId, uint fgDepthTexId)
 Generated from constructor MR.TransparencyMode.TransparencyMode.
unsafe bool isAlphaSortEnabled ()
 Generated from method MR.TransparencyMode.isAlphaSortEnabled.
unsafe bool isDepthPeelingEnabled ()
 Generated from method MR.TransparencyMode.isDepthPeelingEnabled.
unsafe uint getBGDepthPeelingDepthTextureId ()
 Generated from method MR.TransparencyMode.getBGDepthPeelingDepthTextureId.
unsafe uint getFGDepthPeelingColorTextureId ()
 Generated from method MR.TransparencyMode.getFGDepthPeelingColorTextureId.
unsafe uint getFGDepthPeelingDepthTextureId ()
 Generated from method MR.TransparencyMode.getFGDepthPeelingDepthTextureId.

Static Public Member Functions

static unsafe implicit operator TransparencyMode (bool alphaSort)
 Generated from constructor MR.TransparencyMode.TransparencyMode.
Static Public Member Functions inherited from MR.Const_TransparencyMode
static unsafe implicit operator Const_TransparencyMode (bool alphaSort)
 Generated from constructor MR.TransparencyMode.TransparencyMode.

Additional Inherited Members

Protected Member Functions inherited from MR.Const_TransparencyMode
virtual unsafe void Dispose (bool disposing)

Detailed Description

struct to determine transparent rendering mode Generated from class MR.TransparencyMode. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ TransparencyMode() [1/5]

unsafe MR.TransparencyMode.TransparencyMode ( )
inline

Constructs an empty (default-constructed) instance.

◆ TransparencyMode() [2/5]

unsafe MR.TransparencyMode.TransparencyMode ( MR.Const_TransparencyMode _other)
inline

Generated from constructor MR.TransparencyMode.TransparencyMode.

◆ TransparencyMode() [3/5]

MR.TransparencyMode.TransparencyMode ( TransparencyMode _other)
inline

Generated from constructor MR.TransparencyMode.TransparencyMode.

◆ TransparencyMode() [4/5]

unsafe MR.TransparencyMode.TransparencyMode ( bool alphaSort)
inline

Generated from constructor MR.TransparencyMode.TransparencyMode.

◆ TransparencyMode() [5/5]

unsafe MR.TransparencyMode.TransparencyMode ( uint bgDepthTexId,
uint fgColorTexId,
uint fgDepthTexId )
inline

Generated from constructor MR.TransparencyMode.TransparencyMode.

Member Function Documentation

◆ assign()

unsafe MR.TransparencyMode MR.TransparencyMode.assign ( MR.Const_TransparencyMode _other)
inline

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

◆ operator TransparencyMode()

unsafe implicit MR.TransparencyMode.operator TransparencyMode ( bool alphaSort)
inlinestatic

Generated from constructor MR.TransparencyMode.TransparencyMode.


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