Show / Hide Table of Contents

Class LoreUIDef

UIDef which starts a text conversation with the specified text and type, otherwise defaulting to the action of MsgUIDef.

Inheritance
System.Object
UIDef
MsgUIDef
LoreUIDef
Inherited Members
MsgUIDef.name
MsgUIDef.shopDesc
MsgUIDef.sprite
MsgUIDef.GetPostviewName()
MsgUIDef.GetPreviewName()
MsgUIDef.GetShopDesc()
MsgUIDef.GetSprite()
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ItemChanger.UIDefs
Assembly: ItemChanger.dll
Syntax
public class LoreUIDef : MsgUIDef

Fields

| Improve this Doc View Source

lore

Declaration
public IString lore
Field Value
Type Description
IString
| Improve this Doc View Source

textType

Declaration
public TextType textType
Field Value
Type Description
TextType

Methods

| Improve this Doc View Source

Clone()

Declaration
public override UIDef Clone()
Returns
Type Description
UIDef
Overrides
MsgUIDef.Clone()
| Improve this Doc View Source

SendMessage(MessageType, Nullable<Action>)

Declaration
public override void SendMessage(MessageType type, Action? callback)
Parameters
Type Name Description
MessageType type
System.Nullable<Action> callback
Overrides
MsgUIDef.SendMessage(MessageType, Nullable<Action>)

Extension Methods

Extensions.Yield<T>(T)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX