Show / Hide Table of Contents

Class DualMeshBuilder

Inheritance
System.Object
DualMeshBuilder
Namespace: Sylves
Assembly: Sylves.dll
Syntax
public class DualMeshBuilder : Object

Constructors

DualMeshBuilder(MeshData)

Declaration
public DualMeshBuilder(MeshData meshData)
Parameters
Type Name Description
MeshData meshData

Properties

DualMeshData

Declaration
public MeshData DualMeshData { get; }
Property Value
Type Description
MeshData

Mapping

Declaration
public List<(int, int, int, int)> Mapping { get; }
Property Value
Type Description
System.Collections.Generic.List<System.ValueTuple<System.Int32, System.Int32, System.Int32, System.Int32>>
In This Article
Back to top Generated by DocFX