Show / Hide Table of Contents

Class DaggerfallRMBBlock

This is back to a placeholder component for now. Building lookup has been moved to DaggerfallLocation object by way of BuildingDirectory.

Inheritance
Object
Object
Component
Behaviour
MonoBehaviour
DaggerfallRMBBlock
Namespace: DaggerfallWorkshop
Assembly: Assembly-CSharp.dll
Syntax
[RequireComponent(typeof(DaggerfallStaticDoors))]
public class DaggerfallRMBBlock : MonoBehaviour

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