C# Class AsteroidCollisions, STR

Inheritance: MonoBehaviour
显示文件 Open project: jamiehenson/STR

Public Properties

Property Type Description
MineFrag Transform
explosion Transform

Public Methods

Method Description
OnDestroy ( ) : void
OnTriggerEnter ( Collider other ) : void
Start ( ) : void

Private Methods

Method Description
XP ( string points ) : IEnumerator
destroyAfterExplosion ( ) : void
scoreXP ( int camNum, int score ) : void
showedScore ( ) : void
universeN ( ) : int

Method Details

OnDestroy() public method

public OnDestroy ( ) : void
return void

OnTriggerEnter() public method

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

Start() public method

public Start ( ) : void
return void

Property Details

MineFrag public_oe property

public Transform MineFrag
return Transform

explosion public_oe property

public Transform explosion
return Transform