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
object
UIDef
MsgUIDef
BigUIDef
LoreUIDef
SplitUIDef
Inherited Members
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 MsgUIDef : UIDef

Constructors

View Source

MsgUIDef()

Declaration
public MsgUIDef()

Fields

View Source

name

Declaration
public IString name
Field Value
Type Description
IString
View Source

shopDesc

Declaration
public IString? shopDesc
Field Value
Type Description
IString
View Source

sprite

Declaration
public ISprite sprite
Field Value
Type Description
ISprite

Methods

View Source

Clone()

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

GetPostviewName()

Declaration
public override string GetPostviewName()
Returns
Type Description
string
Overrides
UIDef.GetPostviewName()
View Source

GetPreviewName()

Declaration
public override string GetPreviewName()
Returns
Type Description
string
Overrides
UIDef.GetPreviewName()
View Source

GetShopDesc()

Declaration
public override string? GetShopDesc()
Returns
Type Description
string
Overrides
UIDef.GetShopDesc()
View Source

GetSprite()

Declaration
public override Sprite GetSprite()
Returns
Type Description
Sprite
Overrides
UIDef.GetSprite()
View Source

SendMessage(MessageType, Action?)

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

Extension Methods

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