예제 #1
0
        public override void OnInitialize()
        {
            soulIndexPanel = new SoulIndexPanel();
            soulIndexPanel.Initialize();

            this.Append(soulIndexPanel);
        }
예제 #2
0
 public SoulIndexUIList(SoulIndexPanel soulPanel)
 {
     this.soulPanel = soulPanel;
 }
예제 #3
0
 public SoulIndexUIListPanel(SoulIndexPanel soulPanel, Texture2D panelTexture, Vector2 panelDimensions) : base(panelTexture, panelDimensions)
 {
     this.soulPanel = soulPanel;
 }
예제 #4
0
 public SoulIndexUISlotPanel(SoulIndexPanel parent, Texture2D panelTexture, Vector2 panelDimensions) : base(panelTexture, panelDimensions)
 {
     this.parent = parent;
 }