Show / Hide Table of Contents

Struct StaticBuilding

Defines a static building for hit tests inside scene.

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

Fields

| Improve this Doc View Source

buildingKey

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

centre

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

modelMatrix

Declaration
public Matrix4x4 modelMatrix
Field Value
Type Description
Matrix4x4
| 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