Show / Hide Table of Contents

Class MeshData

Inheritance
System.Object
MeshData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace:Mapbox.Unity.MeshGeneration.Data
Assembly:cs.temp.dll.dll
Syntax
public class MeshData

Constructors

MeshData()

Declaration
public MeshData()

Fields

Edges

Declaration
public List<int> Edges
Field Value
Type Description
System.Collections.Generic.List<System.Int32>

MercatorCenter

Declaration
public Vector2 MercatorCenter
Field Value
Type Description
Vector2

Normals

Declaration
public List<Vector3> Normals
Field Value
Type Description
System.Collections.Generic.List<Vector3>

PositionInTile

Declaration
public Vector3 PositionInTile
Field Value
Type Description
Vector3

Tangents

Declaration
public List<Vector4> Tangents
Field Value
Type Description
System.Collections.Generic.List<Vector4>

TileRect

Declaration
public RectD TileRect
Field Value
Type Description
RectD

Triangles

Declaration
public List<List<int>> Triangles
Field Value
Type Description
System.Collections.Generic.List<System.Collections.Generic.List<System.Int32>>

UV

Declaration
public List<List<Vector2>> UV
Field Value
Type Description
System.Collections.Generic.List<System.Collections.Generic.List<Vector2>>

Vertices

Declaration
public List<Vector3> Vertices
Field Value
Type Description
System.Collections.Generic.List<Vector3>
Back to top © 2017 Mapbox