Show / Hide Table of Contents

Class DaggerfallBookshelf

Bookshelves in building interiors which allow reading books.

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

Methods

| Improve this Doc View Source

BookShelf_OnItemPicked(Int32, String)

Declaration
public void BookShelf_OnItemPicked(int index, string bookName)
Parameters
Type Name Description
Int32 index
String bookName
| Improve this Doc View Source

ReadBook()

Declaration
public void ReadBook()

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