Show / Hide Table of Contents

Class SplitUIDef

A MsgUIDef with distinct preview and postview names.

Inheritance
object
UIDef
MsgUIDef
SplitUIDef
Inherited Members
MsgUIDef.name
MsgUIDef.shopDesc
MsgUIDef.sprite
MsgUIDef.GetPostviewName()
MsgUIDef.GetShopDesc()
MsgUIDef.GetSprite()
MsgUIDef.SendMessage(MessageType, Action)
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 SplitUIDef : MsgUIDef

Constructors

View Source

SplitUIDef()

Declaration
public SplitUIDef()

Fields

View Source

preview

Declaration
public IString preview
Field Value
Type Description
IString

Methods

View Source

Clone()

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

GetPreviewName()

Declaration
public override string GetPreviewName()
Returns
Type Description
string
Overrides
MsgUIDef.GetPreviewName()

Extension Methods

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