Show / Hide Table of Contents

Struct ModelData

Defines model data.

Namespace: DaggerfallWorkshop
Assembly: Assembly-CSharp.dll
Syntax
[Serializable]
public struct ModelData

Fields

| Improve this Doc View Source

DFMesh

Declaration
public DFMesh DFMesh
Field Value
Type Description
DFMesh
| Improve this Doc View Source

Doors

Declaration
public ModelDoor[] Doors
Field Value
Type Description
ModelDoor[]
| 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 ModelData.SubMeshData[] SubMeshes
Field Value
Type Description
ModelData.SubMeshData[]
| 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