C# Class Nodes.HUD.HUDNode

Inheritance: NodeWithID
Exibir arquivo Open project: sebas77/Svelto-ECS-Example Class Usage Examples

Public Properties

Property Type Description
HUDAnimator IAnimatorHUDComponent
damageImageComponent IDamageHUDComponent
healthSliderComponent IHealthSliderComponent
scoreComponent IScoreComponent

Property Details

HUDAnimator public_oe property

public IAnimatorHUDComponent HUDAnimator
return IAnimatorHUDComponent

damageImageComponent public_oe property

public IDamageHUDComponent damageImageComponent
return IDamageHUDComponent

healthSliderComponent public_oe property

public IHealthSliderComponent healthSliderComponent
return IHealthSliderComponent

scoreComponent public_oe property

public IScoreComponent scoreComponent
return IScoreComponent