C# Class SinglePlayer.AIAttributeManager

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: tommai78101/Multiplier Class Usage Examples

Méthodes publiques

Свойство Type Description
aiLevelRateHandler SinglePlayer.UI.LevelRateHandler
attributePanelUI SinglePlayer.UI.AttributePanelUI
maxTiersLimit int
tiers List

Méthodes publiques

Méthode Description
Awake ( ) : void
SetAttackAttribute ( string mathExpression ) : void
SetAttackCooldownAttribute ( string mathExpression ) : void
SetDirectAttackAttribute ( string mathExpression ) : void
SetDirectAttackCooldownAttribute ( string mathExpression ) : void
SetDirectHealthAttribute ( string mathExpression ) : void
SetDirectMergeAttribute ( string mathExpression ) : void
SetDirectSpeedAttribute ( string mathExpression ) : void
SetDirectSplitAttribute ( string mathExpression ) : void
SetHealthAttribute ( string mathExpression ) : void
SetMergeAttribute ( string mathExpression ) : void
SetSpeedAttribute ( string mathExpression ) : void
SetSplitAttribute ( string mathExpression ) : void
Start ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

SetAttackAttribute() public méthode

public SetAttackAttribute ( string mathExpression ) : void
mathExpression string
Résultat void

SetAttackCooldownAttribute() public méthode

public SetAttackCooldownAttribute ( string mathExpression ) : void
mathExpression string
Résultat void

SetDirectAttackAttribute() public méthode

public SetDirectAttackAttribute ( string mathExpression ) : void
mathExpression string
Résultat void

SetDirectAttackCooldownAttribute() public méthode

public SetDirectAttackCooldownAttribute ( string mathExpression ) : void
mathExpression string
Résultat void

SetDirectHealthAttribute() public méthode

public SetDirectHealthAttribute ( string mathExpression ) : void
mathExpression string
Résultat void

SetDirectMergeAttribute() public méthode

public SetDirectMergeAttribute ( string mathExpression ) : void
mathExpression string
Résultat void

SetDirectSpeedAttribute() public méthode

public SetDirectSpeedAttribute ( string mathExpression ) : void
mathExpression string
Résultat void

SetDirectSplitAttribute() public méthode

public SetDirectSplitAttribute ( string mathExpression ) : void
mathExpression string
Résultat void

SetHealthAttribute() public méthode

public SetHealthAttribute ( string mathExpression ) : void
mathExpression string
Résultat void

SetMergeAttribute() public méthode

public SetMergeAttribute ( string mathExpression ) : void
mathExpression string
Résultat void

SetSpeedAttribute() public méthode

public SetSpeedAttribute ( string mathExpression ) : void
mathExpression string
Résultat void

SetSplitAttribute() public méthode

public SetSplitAttribute ( string mathExpression ) : void
mathExpression string
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

aiLevelRateHandler public_oe property

public LevelRateHandler,SinglePlayer.UI aiLevelRateHandler
Résultat SinglePlayer.UI.LevelRateHandler

attributePanelUI public_oe property

public AttributePanelUI,SinglePlayer.UI attributePanelUI
Résultat SinglePlayer.UI.AttributePanelUI

maxTiersLimit public_oe property

public int maxTiersLimit
Résultat int

tiers public_oe property

public List tiers
Résultat List