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
object
UIDef
MsgUIDef
LoreUIDef
Inherited Members
MsgUIDef.name
MsgUIDef.shopDesc
MsgUIDef.sprite
MsgUIDef.GetPostviewName()
MsgUIDef.GetPreviewName()
MsgUIDef.GetShopDesc()
MsgUIDef.GetSprite()
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: ItemChanger.UIDefs
Assembly: ItemChanger.dll
Syntax
public class LoreUIDef : MsgUIDef

Constructors

View Source

LoreUIDef()

Declaration
public LoreUIDef()

Fields

View Source

lore

Declaration
public IString lore
Field Value
Type Description
IString
View Source

textType

Declaration
public TextType textType
Field Value
Type Description
TextType

Methods

View Source

Clone()

Declaration
public override UIDef Clone()
Returns
Type Description
UIDef
Overrides
MsgUIDef.Clone()
View Source

SendMessage(MessageType, Action?)

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

Extension Methods

Extensions.Yield<T>(T)
  • View Source
In this article
Back to top Generated by DocFX