Show / Hide Table of Contents

Class MsgUIDef

The standard UIDef. SendMessage results in a sprite and the postview name appearing in the bottom left corner.

Inheritance
System.Object
UIDef
MsgUIDef
BigUIDef
LoreUIDef
SplitUIDef
Inherited Members
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 MsgUIDef : UIDef

Fields

| Improve this Doc View Source

name

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

shopDesc

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

sprite

Declaration
public ISprite sprite
Field Value
Type Description
ISprite

Methods

| Improve this Doc View Source

Clone()

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

GetPostviewName()

Declaration
public override string GetPostviewName()
Returns
Type Description
System.String
Overrides
UIDef.GetPostviewName()
| Improve this Doc View Source

GetPreviewName()

Declaration
public override string GetPreviewName()
Returns
Type Description
System.String
Overrides
UIDef.GetPreviewName()
| Improve this Doc View Source

GetShopDesc()

Declaration
public override string GetShopDesc()
Returns
Type Description
System.String
Overrides
UIDef.GetShopDesc()
| Improve this Doc View Source

GetSprite()

Declaration
public override Sprite GetSprite()
Returns
Type Description
Sprite
Overrides
UIDef.GetSprite()
| 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
UIDef.SendMessage(MessageType, Nullable<Action>)

Extension Methods

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