Show / Hide Table of Contents

Class UIDef

Inheritance
object
UIDef
MsgUIDef
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: ItemChanger
Assembly: ItemChanger.dll
Syntax
public abstract class UIDef

Constructors

View Source

UIDef()

Declaration
protected UIDef()

Methods

View Source

Clone()

Declaration
public virtual UIDef Clone()
Returns
Type Description
UIDef
View Source

GetPostviewName()

Declaration
public abstract string GetPostviewName()
Returns
Type Description
string
View Source

GetPreviewName()

Declaration
public virtual string GetPreviewName()
Returns
Type Description
string
View Source

GetShopDesc()

Declaration
public abstract string? GetShopDesc()
Returns
Type Description
string
View Source

GetSprite()

Declaration
public abstract Sprite GetSprite()
Returns
Type Description
Sprite
View Source

SendMessage(MessageType, Action?)

Declaration
public abstract void SendMessage(MessageType type, Action? callback = null)
Parameters
Type Name Description
MessageType type
Action callback

Extension Methods

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