C# Class Orb, Team4BabelGame

Inheritance: MonoBehaviour
Mostrar archivo Open project: veselin-/Team4BabelGame Class Usage Examples

Public Properties

Property Type Description
orbValue int

Public Methods

Method Description
OnTriggerEnter ( Collider col ) : void
Start ( ) : void

Private Methods

Method Description
DestroyOrb ( ) : IEnumerator

Method Details

OnTriggerEnter() public method

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

Start() public method

public Start ( ) : void
return void

Property Details

orbValue public_oe property

public int orbValue
return int