C# Class ctac.PieceView

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

Public Properties

Property Type Description
armorBG UnityEngine.GameObject
armorGO UnityEngine.GameObject
armorText TMPro.TextMeshPro
attackGO UnityEngine.GameObject
attackText TMPro.TextMeshPro
circleBg UnityEngine.GameObject
cloak UnityEngine.GameObject
currentTurnPlayerId int
deathIcon UnityEngine.GameObject
enemiesInRange bool
eventIcon UnityEngine.GameObject
eventIconContainer UnityEngine.GameObject
faceCameraContainer UnityEngine.GameObject
healthGO UnityEngine.GameObject
healthText TMPro.TextMeshPro
hpBar UnityEngine.GameObject
hpBarContainer UnityEngine.GameObject
hpBarFillRenderer UnityEngine.MeshRenderer
hpBarSvg SVGAsset
hpBarSvgEnemy SVGAsset
hpBarSvgRenderer SVGRenderer
hpBarfill UnityEngine.GameObject
model UnityEngine.GameObject
opponentId int
paralyze UnityEngine.GameObject
rangeIcon UnityEngine.GameObject
root UnityEngine.GameObject
shield UnityEngine.GameObject
targetCandidate bool

Private Properties

Property Type Description

Public Methods

Method Description
Update ( ) : void
UpdateHpBar ( ) : void
UpdateTurn ( int newOpponentId, int newCurrentTurnPlayerId ) : void

Protected Methods

Method Description
Start ( ) : void

Method Details

Start() protected method

protected Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

UpdateHpBar() public method

public UpdateHpBar ( ) : void
return void

UpdateTurn() public method

public UpdateTurn ( int newOpponentId, int newCurrentTurnPlayerId ) : void
newOpponentId int
newCurrentTurnPlayerId int
return void

Property Details

armorBG public_oe property

public GameObject,UnityEngine armorBG
return UnityEngine.GameObject

armorGO public_oe property

public GameObject,UnityEngine armorGO
return UnityEngine.GameObject

armorText public_oe property

public TextMeshPro,TMPro armorText
return TMPro.TextMeshPro

attackGO public_oe property

public GameObject,UnityEngine attackGO
return UnityEngine.GameObject

attackText public_oe property

public TextMeshPro,TMPro attackText
return TMPro.TextMeshPro

circleBg public_oe property

public GameObject,UnityEngine circleBg
return UnityEngine.GameObject

cloak public_oe property

public GameObject,UnityEngine cloak
return UnityEngine.GameObject

currentTurnPlayerId public_oe property

public int currentTurnPlayerId
return int

deathIcon public_oe property

public GameObject,UnityEngine deathIcon
return UnityEngine.GameObject

enemiesInRange public_oe property

public bool enemiesInRange
return bool

eventIcon public_oe property

public GameObject,UnityEngine eventIcon
return UnityEngine.GameObject

eventIconContainer public_oe property

public GameObject,UnityEngine eventIconContainer
return UnityEngine.GameObject

faceCameraContainer public_oe property

public GameObject,UnityEngine faceCameraContainer
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

hpBar public_oe property

public GameObject,UnityEngine hpBar
return UnityEngine.GameObject

hpBarContainer public_oe property

public GameObject,UnityEngine hpBarContainer
return UnityEngine.GameObject

hpBarFillRenderer public_oe property

public MeshRenderer,UnityEngine hpBarFillRenderer
return UnityEngine.MeshRenderer

hpBarSvg public_oe property

public SVGAsset hpBarSvg
return SVGAsset

hpBarSvgEnemy public_oe property

public SVGAsset hpBarSvgEnemy
return SVGAsset

hpBarSvgRenderer public_oe property

public SVGRenderer hpBarSvgRenderer
return SVGRenderer

hpBarfill public_oe property

public GameObject,UnityEngine hpBarfill
return UnityEngine.GameObject

model public_oe property

public GameObject,UnityEngine model
return UnityEngine.GameObject

opponentId public_oe property

public int opponentId
return int

paralyze public_oe property

public GameObject,UnityEngine paralyze
return UnityEngine.GameObject

rangeIcon public_oe property

public GameObject,UnityEngine rangeIcon
return UnityEngine.GameObject

root public_oe property

public GameObject,UnityEngine root
return UnityEngine.GameObject

shield public_oe property

public GameObject,UnityEngine shield
return UnityEngine.GameObject

targetCandidate public_oe property

public bool targetCandidate
return bool