C# Class Artemismove, Heracles

Inheritance: MonoBehaviour
ファイルを表示 Open project: TrinityUniversityGameDesign/Heracles

Public Properties

Property Type Description
deathFader GameObject
genCooldown float
genRate float

Public Methods

Method Description
MoveArtemis ( ) : void
OnTriggerEnter2D ( Collider2D other ) : void
Start ( ) : void
Update ( ) : void
flipDirection ( ) : void

Private Methods

Method Description
RestartLevel ( float waitTime ) : IEnumerator
Shoot ( float waitTime ) : IEnumerator
WaitAndMove ( float waitTime ) : IEnumerator
WaitAndShoot ( float waitTime ) : IEnumerator
WaitAndTeleport ( float waitTime ) : IEnumerator

Method Details

MoveArtemis() public method

public MoveArtemis ( ) : void
return void

OnTriggerEnter2D() public method

public OnTriggerEnter2D ( Collider2D other ) : void
other UnityEngine.Collider2D
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

flipDirection() public method

public flipDirection ( ) : void
return void

Property Details

deathFader public_oe property

public GameObject deathFader
return GameObject

genCooldown public_oe property

public float genCooldown
return float

genRate public_oe property

public float genRate
return float