Show / Hide Table of Contents

Class BigUIDef

UIDef which produces a full-screen message using BigItemPopup if possible, otherwise defaulting to the action of MsgUIDef.

Inheritance
System.Object
UIDef
MsgUIDef
BigUIDef
Inherited Members
MsgUIDef.name
MsgUIDef.shopDesc
MsgUIDef.sprite
MsgUIDef.GetPostviewName()
MsgUIDef.GetPreviewName()
MsgUIDef.GetShopDesc()
MsgUIDef.GetSprite()
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 BigUIDef : MsgUIDef

Fields

| Improve this Doc View Source

bigSprite

Declaration
public ISprite bigSprite
Field Value
Type Description
ISprite
| Improve this Doc View Source

buttonSkin

Declaration
public IButtonSkin buttonSkin
Field Value
Type Description
IButtonSkin
| Improve this Doc View Source

descOne

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

descTwo

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

press

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

take

Declaration
public IString take
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

SendMessage(MessageType, Nullable<Action>)

Declaration
public override void SendMessage(MessageType type, Action? callback)
Parameters
Type Name Description
MessageType type
System.Nullable<Action> callback
Overrides
MsgUIDef.SendMessage(MessageType, Nullable<Action>)

Extension Methods

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