Show / Hide Table of Contents

Struct ModelCombiner.CombinedModel

Combined model data.

Namespace: DaggerfallWorkshop.Utility
Assembly: Assembly-CSharp.dll
Syntax
public struct CombinedModel

Fields

| Improve this Doc View Source

Indices

Declaration
public int[] Indices
Field Value
Type Description
Int32[]
| Improve this Doc View Source

Normals

Declaration
public Vector3[] Normals
Field Value
Type Description
Vector3[]
| Improve this Doc View Source

SubMeshes

Declaration
public ModelCombiner.SubMesh[] SubMeshes
Field Value
Type Description
ModelCombiner.SubMesh[]
| Improve this Doc View Source

UVs

Declaration
public Vector2[] UVs
Field Value
Type Description
Vector2[]
| Improve this Doc View Source

Vertices

Declaration
public Vector3[] Vertices
Field Value
Type Description
Vector3[]
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX