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

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

Inheritance diagram for MR.Const_OutAttributesFillingSettings:

Classes

struct  _Underlying

Public Member Functions

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

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.FaceColors._Underlying ** __ptr_storage_faceColors

Properties

unsafe MR.? VertCoords2 uvCoords [get]
 optional uv-coordinates of vertices; if provided then elements corresponding to new vertices will be added there
unsafe MR.? VertColors colorMap [get]
 optional colors of vertices; if provided then elements corresponding to new vertices will be added there
unsafe MR.? FaceColors faceColors [get]
 optional colors of faces; if provided then elements corresponding to new faces will be added there

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_OutAttributesFillingSettings() [1/4]

unsafe MR.Const_OutAttributesFillingSettings.Const_OutAttributesFillingSettings ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_OutAttributesFillingSettings() [2/4]

unsafe MR.Const_OutAttributesFillingSettings.Const_OutAttributesFillingSettings ( MR.VertCoords2? uvCoords,
MR.VertColors? colorMap,
MR.FaceColors? faceColors )
inline

Constructs MR.OutAttributesFillingSettings elementwise.

◆ Const_OutAttributesFillingSettings() [3/4]

unsafe MR.Const_OutAttributesFillingSettings.Const_OutAttributesFillingSettings ( MR.Const_OutAttributesFillingSettings _other)
inline

◆ Const_OutAttributesFillingSettings() [4/4]

MR.Const_OutAttributesFillingSettings.Const_OutAttributesFillingSettings ( OutAttributesFillingSettings _other)
inline

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_OutAttributesFillingSettings.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

Member Data Documentation

◆ __ptr_storage_colorMap

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

◆ __ptr_storage_faceColors

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

◆ __ptr_storage_uvCoords

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

Property Documentation

◆ colorMap

unsafe MR.? VertColors MR.Const_OutAttributesFillingSettings.colorMap
get

optional colors of vertices; if provided then elements corresponding to new vertices will be added there

◆ faceColors

unsafe MR.? FaceColors MR.Const_OutAttributesFillingSettings.faceColors
get

optional colors of faces; if provided then elements corresponding to new faces will be added there

◆ uvCoords

unsafe MR.? VertCoords2 MR.Const_OutAttributesFillingSettings.uvCoords
get

optional uv-coordinates of vertices; if provided then elements corresponding to new vertices will be added there


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