Class Linker_SingleGetExperiencesEntry
Inheritance
System.Object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
Linker_SingleGetExperiencesEntry
Namespace: Appearition.Example
Assembly: Assembly-CSharp.dll
Syntax
public class Linker_SingleGetExperiencesEntry : MonoBehaviour
Fields
mainBT
Declaration
public Button mainBT
Field Value
Type | Description |
---|---|
UnityEngine.UI.Button |
storedAsset
Declaration
[HideInInspector]
public Asset storedAsset
Field Value
Type | Description |
---|---|
Asset |
titleText
Declaration
public Text titleText
Field Value
Type | Description |
---|---|
UnityEngine.UI.Text |
Methods
Setup(EMSGetExperiencesUIB, Asset)
Setup the visuals for a single experience entry.
Declaration
public void Setup(EMSGetExperiencesUIB getExperienceHandler, Asset tmpAsset)
Parameters
Type | Name | Description |
---|---|---|
EMSGetExperiencesUIB | getExperienceHandler | Get experience handler. |
Asset | tmpAsset | Tmp asset. |