One Step From Eden Wiki
Advertisement

This article is a stub. You can help One Step From Eden Wiki by expanding it.


This article contains information that has been datamined directly from the game using third-party tools or viewers.


The HeroDisplay class is responsible for

Declaration[ | ]

public class HeroDisplay : MonoBehaviour

Inheritance Tree[ | ]

Public Members[ | ]

Inherited[ | ]

Fields[ | ]

startingItemPrefab : HeroItemListCard

No description generated.

Declaration

public HeroItemListCard startingItemPrefab

spellsGrid : RectTransform

No description generated.

Declaration

public RectTransform spellsGrid

artsGrid : RectTransform

No description generated.

Declaration

public RectTransform artsGrid

wepGrid : RectTransform

No description generated.

Declaration

public RectTransform wepGrid

heroDescription : TMP_Text

No description generated.

Declaration

public TMP_Text heroDescription

Methods[ | ]

HeroDisplay() : void

A constructor of the class.

Declaration

public HeroDisplay()

SetHeroItems(BeingObject, List<HeroItemListCard>, DeckCtrl, HeroSelectCtrl, PvPSelectCtrl) : void

No description generated.

Declaration

public void SetHeroItems(BeingObject beingObj, List<HeroItemListCard> itemCards, DeckCtrl deCtrl, HeroSelectCtrl heCtrl, PvPSelectCtrl pvPSelectCtrl = null)

Parameters

beingObj - No description generated.

itemCards - No description generated.

deCtrl - No description generated.

heCtrl - No description generated.

pvPSelectCtrl - No description generated.


Properties[ | ]

Advertisement