Show / Hide Table of Contents

Struct StaticDoor

Defines a static door for hit tests inside a scene.

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

Fields

| Improve this Doc View Source

blockIndex

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

buildingKey

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

buildingMatrix

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

centre

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

doorIndex

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

doorType

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

normal

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

ownerPosition

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

ownerRotation

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

recordIndex

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

size

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