Table of Contents

Class MeshHolder

Namespace
Global
Assembly
Assembly-CSharp.dll
public class MeshHolder
Inheritance
MeshHolder
Inherited Members

Constructors

MeshHolder()

public MeshHolder()

Fields

_TrianglesOfSubs

public trisPerSubmesh[] _TrianglesOfSubs

Field Value

trisPerSubmesh[]

_bindPoses

public Matrix4x4[] _bindPoses

Field Value

Matrix4x4[]

_boneWeights

public BoneWeight[] _boneWeights

Field Value

BoneWeight[]

_bounds

public Bounds _bounds

Field Value

Bounds

_colors

public Color[] _colors

Field Value

Color[]

_normals

public Vector3[] _normals

Field Value

Vector3[]

_subMeshCount

public int _subMeshCount

Field Value

int

_tangents

public Vector4[] _tangents

Field Value

Vector4[]

_triangles

public int[] _triangles

Field Value

int[]

_uv

public Vector2[] _uv

Field Value

Vector2[]

_uv2

public Vector2[] _uv2

Field Value

Vector2[]

_uv3

public Vector2[] _uv3

Field Value

Vector2[]

_uv4

public Vector2[] _uv4

Field Value

Vector2[]

_vertices

public Vector3[] _vertices

Field Value

Vector3[]

Methods

setAnimationData(Mesh)

public void setAnimationData(Mesh mesh)

Parameters

mesh Mesh