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

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

Inheritance diagram for MR.Const_TransparencyMode:

Classes

struct  _Underlying

Public Member Functions

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 Const_TransparencyMode (bool alphaSort)
 Generated from constructor MR.TransparencyMode.TransparencyMode.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_TransparencyMode() [1/5]

unsafe MR.Const_TransparencyMode.Const_TransparencyMode ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_TransparencyMode() [2/5]

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

Generated from constructor MR.TransparencyMode.TransparencyMode.

◆ Const_TransparencyMode() [3/5]

MR.Const_TransparencyMode.Const_TransparencyMode ( TransparencyMode _other)
inline

Generated from constructor MR.TransparencyMode.TransparencyMode.

◆ Const_TransparencyMode() [4/5]

unsafe MR.Const_TransparencyMode.Const_TransparencyMode ( bool alphaSort)
inline

Generated from constructor MR.TransparencyMode.TransparencyMode.

◆ Const_TransparencyMode() [5/5]

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

Generated from constructor MR.TransparencyMode.TransparencyMode.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_TransparencyMode.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ getBGDepthPeelingDepthTextureId()

unsafe uint MR.Const_TransparencyMode.getBGDepthPeelingDepthTextureId ( )
inline

◆ getFGDepthPeelingColorTextureId()

unsafe uint MR.Const_TransparencyMode.getFGDepthPeelingColorTextureId ( )
inline

◆ getFGDepthPeelingDepthTextureId()

unsafe uint MR.Const_TransparencyMode.getFGDepthPeelingDepthTextureId ( )
inline

◆ isAlphaSortEnabled()

unsafe bool MR.Const_TransparencyMode.isAlphaSortEnabled ( )
inline

◆ isDepthPeelingEnabled()

unsafe bool MR.Const_TransparencyMode.isDepthPeelingEnabled ( )
inline

◆ operator Const_TransparencyMode()

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

Generated from constructor MR.TransparencyMode.TransparencyMode.


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