Class BigUIDef
UIDef which produces a full-screen message using BigItemPopup if possible, otherwise defaulting to the action of MsgUIDef.
Inherited Members
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 SourcebigSprite
Declaration
public ISprite bigSprite
Field Value
Type | Description |
---|---|
ISprite |
buttonSkin
Declaration
public IButtonSkin buttonSkin
Field Value
Type | Description |
---|---|
IButtonSkin |
descOne
Declaration
public IString descOne
Field Value
Type | Description |
---|---|
IString |
descTwo
Declaration
public IString descTwo
Field Value
Type | Description |
---|---|
IString |
press
Declaration
public IString press
Field Value
Type | Description |
---|---|
IString |
take
Declaration
public IString take
Field Value
Type | Description |
---|---|
IString |
Methods
| Improve this Doc View SourceClone()
Declaration
public override UIDef Clone()
Returns
Type | Description |
---|---|
UIDef |
Overrides
| Improve this Doc View SourceSendMessage(MessageType, Nullable<Action>)
Declaration
public override void SendMessage(MessageType type, Action? callback)
Parameters
Type | Name | Description |
---|---|---|
MessageType | type | |
System.Nullable<Action> | callback |