C# Class PassiveSkillManager, Castle-Bashers

Inheritance: MonoBehaviour
Datei anzeigen Open project: DevelopersGuild/Castle-Bashers Class Usage Examples

Public Properties

Property Type Description
availablePoints int

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
addPointToSkill ( Passives passiveID ) : int
addPoints ( int i ) : void
getAvailablePoints ( ) : int
getDescription ( int index ) : string
getLevel ( int index ) : int
getMaxLevel ( int index ) : int
getName ( int index ) : string

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

addPointToSkill() public method

public addPointToSkill ( Passives passiveID ) : int
passiveID Passives
return int

addPoints() public method

public addPoints ( int i ) : void
i int
return void

getAvailablePoints() public method

public getAvailablePoints ( ) : int
return int

getDescription() public method

public getDescription ( int index ) : string
index int
return string

getLevel() public method

public getLevel ( int index ) : int
index int
return int

getMaxLevel() public method

public getMaxLevel ( int index ) : int
index int
return int

getName() public method

public getName ( int index ) : string
index int
return string

Property Details

availablePoints public_oe property

public int availablePoints
return int