C# Class Shop, Castle-Bashers

Show file Open project: DevelopersGuild/Castle-Bashers Class Usage Examples

Public Properties

Property Type Description
skills GameObject[]

Public Methods

Method Description
OnTriggerEnter ( Collider other ) : void
OnValidate ( ) : void
buySkill ( int skillIndex ) : void

Method Details

OnTriggerEnter() public method

public OnTriggerEnter ( Collider other ) : void
other Collider
return void

OnValidate() public method

public OnValidate ( ) : void
return void

buySkill() public method

public buySkill ( int skillIndex ) : void
skillIndex int
return void

Property Details

skills public property

public GameObject[] skills
return GameObject[]