C# Class MultiPlayer.UnitAttributes

Inheritance: NetworkBehaviour
Afficher le fichier Open project: tommai78101/Multiplier Class Usage Examples

Méthodes publiques

Свойство Type Description
attackCooldownPrefabList List
attackPrefabList List
healthPrefabList List
maxLevelCount int
mergePrefabList List
speedPrefabList List
splitPrefabFactor float

Méthodes publiques

Méthode Description
Awake ( ) : void
CopyFrom ( UnitAttributes tempAttr ) : void
Initialize ( ) : void
SetAttackAttributes ( string mathExpression ) : void
SetAttackCooldownAttributes ( string mathExpression ) : void
SetHealthAttributes ( string mathExpression ) : void
SetMergeAttributes ( string mathExpression ) : void
SetSpeedAttributes ( string mathExpression ) : void
SetSplitAttributes ( string mathExpression ) : void

Private Methods

Méthode Description
CmdUpdateAnswer ( float answer, int level, int propertyValue ) : void
RpcUpdateAnswer ( float answer, int level, int propertyValue, NetworkInstanceId id ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

CopyFrom() public méthode

public CopyFrom ( UnitAttributes tempAttr ) : void
tempAttr UnitAttributes
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

SetAttackAttributes() public méthode

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

SetAttackCooldownAttributes() public méthode

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

SetHealthAttributes() public méthode

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

SetMergeAttributes() public méthode

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

SetSpeedAttributes() public méthode

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

SetSplitAttributes() public méthode

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

Property Details

attackCooldownPrefabList public_oe property

public List attackCooldownPrefabList
Résultat List

attackPrefabList public_oe property

public List attackPrefabList
Résultat List

healthPrefabList public_oe property

public List healthPrefabList
Résultat List

maxLevelCount public_oe property

public int maxLevelCount
Résultat int

mergePrefabList public_oe property

public List mergePrefabList
Résultat List

speedPrefabList public_oe property

public List speedPrefabList
Résultat List

splitPrefabFactor public_oe property

public float splitPrefabFactor
Résultat float