Show / Hide Table of Contents

Struct DFBlock.RmbSubRecord

An RMB subrecord has a repeating set of data. The first set is for the exterior of the block (e.g. a tavern exterior). The second is for the interior (e.g. the walls, tables, and chairs inside the tavern).

Namespace: DaggerfallConnect
Assembly: Assembly-CSharp.dll
Syntax
public struct RmbSubRecord

Fields

| Improve this Doc View Source

Exterior

Exterior block data records.

Declaration
public DFBlock.RmbBlockData Exterior
Field Value
Type Description
DFBlock.RmbBlockData
| Improve this Doc View Source

Interior

Interior block data records.

Declaration
public DFBlock.RmbBlockData Interior
Field Value
Type Description
DFBlock.RmbBlockData
| Improve this Doc View Source

XPos

X position of block in 3D space.

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

YRotation

Y rotation.

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

ZPos

Z position of block in 3D space.

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