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

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

Inheritance diagram for MR.OutAttributesFillingSettings:

Public Member Functions

unsafe OutAttributesFillingSettings ()
 Constructs an empty (default-constructed) instance.
unsafe OutAttributesFillingSettings (MR.VertCoords2? uvCoords, MR.VertColors? colorMap, MR.FaceColors? faceColors)
 Constructs MR.OutAttributesFillingSettings elementwise.
unsafe OutAttributesFillingSettings (MR.Const_OutAttributesFillingSettings _other)
 Generated from constructor MR.OutAttributesFillingSettings.OutAttributesFillingSettings.
 OutAttributesFillingSettings (OutAttributesFillingSettings _other)
 Generated from constructor MR.OutAttributesFillingSettings.OutAttributesFillingSettings.
unsafe MR.OutAttributesFillingSettings assign (MR.Const_OutAttributesFillingSettings _other)
 Generated from method MR::OutAttributesFillingSettings::operator=.

Properties

new unsafe MR.? VertCoords2 uvCoords [get, set]
 optional uv-coordinates of vertices; if provided then elements corresponding to new vertices will be added there
new unsafe MR.? VertColors colorMap [get, set]
 optional colors of vertices; if provided then elements corresponding to new vertices will be added there
new unsafe MR.? FaceColors faceColors [get, set]
 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 non-const half of the class.

Constructor & Destructor Documentation

◆ OutAttributesFillingSettings() [1/4]

unsafe MR.OutAttributesFillingSettings.OutAttributesFillingSettings ( )
inline

Constructs an empty (default-constructed) instance.

◆ OutAttributesFillingSettings() [2/4]

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

Constructs MR.OutAttributesFillingSettings elementwise.

◆ OutAttributesFillingSettings() [3/4]

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

◆ OutAttributesFillingSettings() [4/4]

MR.OutAttributesFillingSettings.OutAttributesFillingSettings ( OutAttributesFillingSettings _other)
inline

Member Function Documentation

◆ assign()

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

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

Property Documentation

◆ colorMap

new unsafe MR.? VertColors MR.OutAttributesFillingSettings.colorMap
getset

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

◆ faceColors

new unsafe MR.? FaceColors MR.OutAttributesFillingSettings.faceColors
getset

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

◆ uvCoords

new unsafe MR.? VertCoords2 MR.OutAttributesFillingSettings.uvCoords
getset

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: