Show / Hide Table of Contents

Struct ModelDoor

Defines a door found in model data.

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

Fields

| Improve this Doc View Source

Index

Declaration
public int Index
Field Value
Type Description
Int32
| Improve this Doc View Source

Normal

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

Type

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

Vert0

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

Vert1

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

Vert2

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