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

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

+ Inheritance diagram for MR.MeshAttributesToUpdate:

Public Member Functions

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

Properties

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

Detailed Description

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

Constructor & Destructor Documentation

◆ MeshAttributesToUpdate() [1/4]

unsafe MR.MeshAttributesToUpdate.MeshAttributesToUpdate ( )
inline

Constructs an empty (default-constructed) instance.

◆ MeshAttributesToUpdate() [2/4]

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

Constructs MR.MeshAttributesToUpdate elementwise.

◆ MeshAttributesToUpdate() [3/4]

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

Generated from constructor MR.MeshAttributesToUpdate.MeshAttributesToUpdate.

◆ MeshAttributesToUpdate() [4/4]

MR.MeshAttributesToUpdate.MeshAttributesToUpdate ( MeshAttributesToUpdate _other)
inline

Generated from constructor MR.MeshAttributesToUpdate.MeshAttributesToUpdate.

Member Function Documentation

◆ assign()

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

Generated from method MR.MeshAttributesToUpdate.operator=.

Property Documentation

◆ colorMap

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

◆ faceColors

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

◆ texturePerFace

new unsafe MR.? TexturePerFace MR.MeshAttributesToUpdate.texturePerFace
getset

◆ uvCoords

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

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