Show / Hide Table of Contents

Struct DFBlock.RdbObject

A single RDB object has this structure.

Namespace: DaggerfallConnect
Assembly: Assembly-CSharp.dll
Syntax
[fsObject(Processor = typeof(DFBlock.RdbObjectProcessor))]
public struct RdbObject

Fields

| Improve this Doc View Source

Index

Index of this object in the objects array.

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

Position

Offset of this object from start of RDB record. Not required unless you are extending the block reader.

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

Resources

Resource data. Check type for the specific resource to use.

Declaration
public DFBlock.RdbResources Resources
Field Value
Type Description
DFBlock.RdbResources
| Improve this Doc View Source

Type

Type of resource.

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

XPos

X position in 3D space.

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

YPos

Y position in 3D space.

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

ZPos

Z position 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