C# Class EnemySpawnShotProjectile, CrabBattle

Inheritance: MonoBehaviour
Show file Open project: tomoprime/CrabBattle

Public Properties

Property Type Description
Star1 GameObject
Star2 GameObject
direction Vector3

Public Methods

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

Private Methods

Method Description
FadeAway ( float time ) : IEnumerator
Split ( ) : IEnumerator

Method Details

OnTriggerEnter() public method

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

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Star1 public property

public GameObject Star1
return GameObject

Star2 public property

public GameObject Star2
return GameObject

direction public property

public Vector3 direction
return Vector3