Show / Hide Table of Contents

Class DaggerfallRDBBlock

Attached to dungeon blocks.

Inheritance
Object
Object
Component
Behaviour
MonoBehaviour
DaggerfallRDBBlock
Namespace: DaggerfallWorkshop
Assembly: Assembly-CSharp.dll
Syntax
public class DaggerfallRDBBlock : MonoBehaviour

Fields

| Improve this Doc View Source

RDBBounds

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

RDBPosition

Declaration
public Vector2 RDBPosition
Field Value
Type Description
Vector2

Properties

| Improve this Doc View Source

EnterMarkers

Declaration
public GameObject[] EnterMarkers { get; }
Property Value
Type Description
GameObject[]
| Improve this Doc View Source

StartMarkers

Declaration
public GameObject[] StartMarkers { get; }
Property Value
Type Description
GameObject[]

Methods

| Improve this Doc View Source

SetMarkers(GameObject[], GameObject[])

Declaration
public void SetMarkers(GameObject[] startMarkers, GameObject[] enterMarkers)
Parameters
Type Name Description
GameObject[] startMarkers
GameObject[] enterMarkers

Extension Methods

MBExtensions.Invoke(MonoBehaviour, Action, Single)
MBExtensions.Invoke<T>(MonoBehaviour, Action<T>, T, Single)
MBExtensions.Invoke<T1, T2>(MonoBehaviour, Action<T1, T2>, T1, T2, Single)
MBExtensions.Invoke<T1, T2, T3>(MonoBehaviour, Action<T1, T2, T3>, T1, T2, T3, Single)
MBExtensions.Invoke<T1, T2, T3, T4>(MonoBehaviour, Action<T1, T2, T3, T4>, T1, T2, T3, T4, Single)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX