C# Class ctac.CardView

Inheritance: strange.extensions.mediation.impl.View
Afficher le fichier Open project: dshook/centauri-tac Class Usage Examples

Méthodes publiques

Свойство Type Description
HOVER_DELAY float
attackGO UnityEngine.GameObject
attackText TMPro.TextMeshPro
buffAbility UnityEngine.GameObject
buffAbilityText TMPro.TextMeshPro
buffBg UnityEngine.GameObject
buffName UnityEngine.GameObject
buffNameText TMPro.TextMeshPro
buffsPanel UnityEngine.GameObject
costGO UnityEngine.GameObject
costText TMPro.TextMeshPro
descriptionGO UnityEngine.GameObject
descriptionText TMPro.TextMeshPro
displayWrapper UnityEngine.GameObject
healthGO UnityEngine.GameObject
healthText TMPro.TextMeshPro
move UnityEngine.GameObject
moveRangeUnderline UnityEngine.GameObject
moveText TMPro.TextMeshPro
nameGO UnityEngine.GameObject
nameText TMPro.TextMeshPro
range UnityEngine.GameObject
rangeText TMPro.TextMeshPro
staticSpellDamage int?
tribe UnityEngine.GameObject
tribeText TMPro.TextMeshPro

Méthodes publiques

Méthode Description
ResetTextColors ( ) : void
UpdateBuffsDisplay ( ) : void
UpdateText ( int currentSpellDamage ) : void

Méthodes protégées

Méthode Description
Awake ( ) : void
Start ( ) : void

Private Methods

Méthode Description
Update ( ) : void
colorWrap ( int number, Color c ) : string

Method Details

Awake() protected méthode

protected Awake ( ) : void
Résultat void

ResetTextColors() public méthode

public ResetTextColors ( ) : void
Résultat void

Start() protected méthode

protected Start ( ) : void
Résultat void

UpdateBuffsDisplay() public méthode

public UpdateBuffsDisplay ( ) : void
Résultat void

UpdateText() public méthode

public UpdateText ( int currentSpellDamage ) : void
currentSpellDamage int
Résultat void

Property Details

HOVER_DELAY public_oe static_oe property

public static float HOVER_DELAY
Résultat float

attackGO public_oe property

public GameObject,UnityEngine attackGO
Résultat UnityEngine.GameObject

attackText public_oe property

public TextMeshPro,TMPro attackText
Résultat TMPro.TextMeshPro

buffAbility public_oe property

public GameObject,UnityEngine buffAbility
Résultat UnityEngine.GameObject

buffAbilityText public_oe property

public TextMeshPro,TMPro buffAbilityText
Résultat TMPro.TextMeshPro

buffBg public_oe property

public GameObject,UnityEngine buffBg
Résultat UnityEngine.GameObject

buffName public_oe property

public GameObject,UnityEngine buffName
Résultat UnityEngine.GameObject

buffNameText public_oe property

public TextMeshPro,TMPro buffNameText
Résultat TMPro.TextMeshPro

buffsPanel public_oe property

public GameObject,UnityEngine buffsPanel
Résultat UnityEngine.GameObject

costGO public_oe property

public GameObject,UnityEngine costGO
Résultat UnityEngine.GameObject

costText public_oe property

public TextMeshPro,TMPro costText
Résultat TMPro.TextMeshPro

descriptionGO public_oe property

public GameObject,UnityEngine descriptionGO
Résultat UnityEngine.GameObject

descriptionText public_oe property

public TextMeshPro,TMPro descriptionText
Résultat TMPro.TextMeshPro

displayWrapper public_oe property

public GameObject,UnityEngine displayWrapper
Résultat UnityEngine.GameObject

healthGO public_oe property

public GameObject,UnityEngine healthGO
Résultat UnityEngine.GameObject

healthText public_oe property

public TextMeshPro,TMPro healthText
Résultat TMPro.TextMeshPro

move public_oe property

public GameObject,UnityEngine move
Résultat UnityEngine.GameObject

moveRangeUnderline public_oe property

public GameObject,UnityEngine moveRangeUnderline
Résultat UnityEngine.GameObject

moveText public_oe property

public TextMeshPro,TMPro moveText
Résultat TMPro.TextMeshPro

nameGO public_oe property

public GameObject,UnityEngine nameGO
Résultat UnityEngine.GameObject

nameText public_oe property

public TextMeshPro,TMPro nameText
Résultat TMPro.TextMeshPro

range public_oe property

public GameObject,UnityEngine range
Résultat UnityEngine.GameObject

rangeText public_oe property

public TextMeshPro,TMPro rangeText
Résultat TMPro.TextMeshPro

staticSpellDamage public_oe property

public int? staticSpellDamage
Résultat int?

tribe public_oe property

public GameObject,UnityEngine tribe
Résultat UnityEngine.GameObject

tribeText public_oe property

public TextMeshPro,TMPro tribeText
Résultat TMPro.TextMeshPro