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

Constructors

View Source

BigUIDef()

Declaration
public BigUIDef()

Fields

View Source

bigSprite

Declaration
public ISprite bigSprite
Field Value
Type Description
ISprite
View Source

buttonSkin

Declaration
public IButtonSkin? buttonSkin
Field Value
Type Description
IButtonSkin
View Source

descOne

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

descTwo

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

press

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

take

Declaration
public IString? take
Field Value
Type Description
IString

Methods

View Source

Clone()

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

SendMessage(MessageType, Action?)

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

Extension Methods

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