C# Class ctac.CardView

Inheritance: strange.extensions.mediation.impl.View
Mostrar archivo Open project: dshook/centauri-tac Class Usage Examples

Public Properties

Property 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

Public Methods

Method Description
ResetTextColors ( ) : void
UpdateBuffsDisplay ( ) : void
UpdateText ( int currentSpellDamage ) : void

Protected Methods

Method Description
Awake ( ) : void
Start ( ) : void

Private Methods

Method Description
Update ( ) : void
colorWrap ( int number, Color c ) : string

Method Details

Awake() protected method

protected Awake ( ) : void
return void

ResetTextColors() public method

public ResetTextColors ( ) : void
return void

Start() protected method

protected Start ( ) : void
return void

UpdateBuffsDisplay() public method

public UpdateBuffsDisplay ( ) : void
return void

UpdateText() public method

public UpdateText ( int currentSpellDamage ) : void
currentSpellDamage int
return void

Property Details

HOVER_DELAY public_oe static_oe property

public static float HOVER_DELAY
return float

attackGO public_oe property

public GameObject,UnityEngine attackGO
return UnityEngine.GameObject

attackText public_oe property

public TextMeshPro,TMPro attackText
return TMPro.TextMeshPro

buffAbility public_oe property

public GameObject,UnityEngine buffAbility
return UnityEngine.GameObject

buffAbilityText public_oe property

public TextMeshPro,TMPro buffAbilityText
return TMPro.TextMeshPro

buffBg public_oe property

public GameObject,UnityEngine buffBg
return UnityEngine.GameObject

buffName public_oe property

public GameObject,UnityEngine buffName
return UnityEngine.GameObject

buffNameText public_oe property

public TextMeshPro,TMPro buffNameText
return TMPro.TextMeshPro

buffsPanel public_oe property

public GameObject,UnityEngine buffsPanel
return UnityEngine.GameObject

costGO public_oe property

public GameObject,UnityEngine costGO
return UnityEngine.GameObject

costText public_oe property

public TextMeshPro,TMPro costText
return TMPro.TextMeshPro

descriptionGO public_oe property

public GameObject,UnityEngine descriptionGO
return UnityEngine.GameObject

descriptionText public_oe property

public TextMeshPro,TMPro descriptionText
return TMPro.TextMeshPro

displayWrapper public_oe property

public GameObject,UnityEngine displayWrapper
return UnityEngine.GameObject

healthGO public_oe property

public GameObject,UnityEngine healthGO
return UnityEngine.GameObject

healthText public_oe property

public TextMeshPro,TMPro healthText
return TMPro.TextMeshPro

move public_oe property

public GameObject,UnityEngine move
return UnityEngine.GameObject

moveRangeUnderline public_oe property

public GameObject,UnityEngine moveRangeUnderline
return UnityEngine.GameObject

moveText public_oe property

public TextMeshPro,TMPro moveText
return TMPro.TextMeshPro

nameGO public_oe property

public GameObject,UnityEngine nameGO
return UnityEngine.GameObject

nameText public_oe property

public TextMeshPro,TMPro nameText
return TMPro.TextMeshPro

range public_oe property

public GameObject,UnityEngine range
return UnityEngine.GameObject

rangeText public_oe property

public TextMeshPro,TMPro rangeText
return TMPro.TextMeshPro

staticSpellDamage public_oe property

public int? staticSpellDamage
return int?

tribe public_oe property

public GameObject,UnityEngine tribe
return UnityEngine.GameObject

tribeText public_oe property

public TextMeshPro,TMPro tribeText
return TMPro.TextMeshPro