C# Class AgentCanvasSpawner, MagesOfBlight

Inheritance: MonoBehaviour
Datei anzeigen Open project: DomCristaldi/MagesOfBlight

Public Properties

Property Type Description
actionButtonList List
actionButtonPrefab Button
agent TileAgent,
agentActions AgentActions,
agentCanvas Canvas
agentCanvasPrefab Canvas
agentHUDCanvas GameObject
agentHUDCanvasPrefab Canvas
healthbar GameObject
healthbarPrefab Slider,
healthbarSlider Slider,
stats BaseStats,

Public Methods

Method Description
Awake ( ) : void
CreateUI ( ) : void
Update ( ) : void
activateUI ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

CreateUI() public method

public CreateUI ( ) : void
return void

Update() public method

public Update ( ) : void
return void

activateUI() public method

public activateUI ( ) : void
return void

Property Details

actionButtonList public_oe property

public List
return List

actionButtonPrefab public_oe property

public Button actionButtonPrefab
return Button

agent public_oe property

public TileAgent, agent
return TileAgent,

agentActions public_oe property

public AgentActions, agentActions
return AgentActions,

agentCanvas public_oe property

public Canvas agentCanvas
return Canvas

agentCanvasPrefab public_oe property

public Canvas agentCanvasPrefab
return Canvas

agentHUDCanvas public_oe property

public GameObject agentHUDCanvas
return GameObject

agentHUDCanvasPrefab public_oe property

public Canvas agentHUDCanvasPrefab
return Canvas

healthbar public_oe property

public GameObject healthbar
return GameObject

healthbarPrefab public_oe property

public Slider, healthbarPrefab
return Slider,

healthbarSlider public_oe property

public Slider, healthbarSlider
return Slider,

stats public_oe property

public BaseStats, stats
return BaseStats,