scripts
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
using System;
|
||||
using UnityEngine;
|
||||
|
||||
namespace RecRoom.AGUI.Expresso
|
||||
{
|
||||
// Token: 0x02001007 RID: 4103
|
||||
[Serializable]
|
||||
public class ExpressoButtonConfig
|
||||
{
|
||||
// Token: 0x04005989 RID: 22921
|
||||
public string name;
|
||||
|
||||
// Token: 0x0400598A RID: 22922
|
||||
public int buttonIndex;
|
||||
|
||||
// Token: 0x0400598B RID: 22923
|
||||
public Sprite buttonIcon;
|
||||
|
||||
// Token: 0x0400598C RID: 22924
|
||||
public string buttonLabel;
|
||||
|
||||
// Token: 0x0400598D RID: 22925
|
||||
public bool CloseMenuOnInteraction = true;
|
||||
|
||||
// Token: 0x0400598E RID: 22926
|
||||
public ExpressoButton.ExpressoButtonInteraction OnInteractionEnter;
|
||||
|
||||
// Token: 0x0400598F RID: 22927
|
||||
public ExpressoButton.ExpressoButtonInteraction OnInteractionStay;
|
||||
|
||||
// Token: 0x04005990 RID: 22928
|
||||
public ExpressoButton.ExpressoButtonInteraction OnInteractionExit;
|
||||
|
||||
// Token: 0x04005991 RID: 22929
|
||||
public ExpressoButton.ExpressoButtonInteraction OnButtonActivated;
|
||||
|
||||
// Token: 0x04005992 RID: 22930
|
||||
public ExpressoButton.ExpressoButtonInteraction OnButtonDeactivated;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user