Show / Hide Table of Contents

Class SplitUIDef

A MsgUIDef with distinct preview and postview names.

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

Fields

| Improve this Doc View Source

preview

Declaration
public IString preview
Field Value
Type Description
IString

Methods

| Improve this Doc View Source

Clone()

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

GetPreviewName()

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

Extension Methods

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