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

Generated from class MR.MeshAttributesToUpdate. This is the const half of the class. More...

Inheritance diagram for MR.Const_MeshAttributesToUpdate:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_MeshAttributesToUpdate ()
 Constructs an empty (default-constructed) instance.
unsafe Const_MeshAttributesToUpdate (MR.VertCoords2? uvCoords, MR.VertColors? colorMap, MR.TexturePerFace? texturePerFace, MR.FaceColors? faceColors)
 Constructs MR.MeshAttributesToUpdate elementwise.
unsafe Const_MeshAttributesToUpdate (MR.Const_MeshAttributesToUpdate _other)
 Generated from constructor MR.MeshAttributesToUpdate.MeshAttributesToUpdate.
 Const_MeshAttributesToUpdate (MeshAttributesToUpdate _other)
 Generated from constructor MR.MeshAttributesToUpdate.MeshAttributesToUpdate.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.VertCoords2._Underlying ** __ptr_storage_uvCoords
unsafe MR.VertColors._Underlying ** __ptr_storage_colorMap
unsafe MR.TexturePerFace._Underlying ** __ptr_storage_texturePerFace
unsafe MR.FaceColors._Underlying ** __ptr_storage_faceColors

Properties

unsafe MR.? VertCoords2 uvCoords [get]
unsafe MR.? VertColors colorMap [get]
unsafe MR.? TexturePerFace texturePerFace [get]
unsafe MR.? FaceColors faceColors [get]

Detailed Description

Generated from class MR.MeshAttributesToUpdate. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_MeshAttributesToUpdate() [1/4]

unsafe MR.Const_MeshAttributesToUpdate.Const_MeshAttributesToUpdate ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_MeshAttributesToUpdate() [2/4]

unsafe MR.Const_MeshAttributesToUpdate.Const_MeshAttributesToUpdate ( MR.VertCoords2? uvCoords,
MR.VertColors? colorMap,
MR.TexturePerFace? texturePerFace,
MR.FaceColors? faceColors )
inline

Constructs MR.MeshAttributesToUpdate elementwise.

◆ Const_MeshAttributesToUpdate() [3/4]

unsafe MR.Const_MeshAttributesToUpdate.Const_MeshAttributesToUpdate ( MR.Const_MeshAttributesToUpdate _other)
inline

◆ Const_MeshAttributesToUpdate() [4/4]

MR.Const_MeshAttributesToUpdate.Const_MeshAttributesToUpdate ( MeshAttributesToUpdate _other)
inline

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_MeshAttributesToUpdate.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

Member Data Documentation

◆ __ptr_storage_colorMap

unsafe MR.VertColors._Underlying** MR.Const_MeshAttributesToUpdate.__ptr_storage_colorMap
protected

◆ __ptr_storage_faceColors

unsafe MR.FaceColors._Underlying** MR.Const_MeshAttributesToUpdate.__ptr_storage_faceColors
protected

◆ __ptr_storage_texturePerFace

unsafe MR.TexturePerFace._Underlying** MR.Const_MeshAttributesToUpdate.__ptr_storage_texturePerFace
protected

◆ __ptr_storage_uvCoords

unsafe MR.VertCoords2._Underlying** MR.Const_MeshAttributesToUpdate.__ptr_storage_uvCoords
protected

Property Documentation

◆ colorMap

unsafe MR.? VertColors MR.Const_MeshAttributesToUpdate.colorMap
get

◆ faceColors

unsafe MR.? FaceColors MR.Const_MeshAttributesToUpdate.faceColors
get

◆ texturePerFace

unsafe MR.? TexturePerFace MR.Const_MeshAttributesToUpdate.texturePerFace
get

◆ uvCoords

unsafe MR.? VertCoords2 MR.Const_MeshAttributesToUpdate.uvCoords
get

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