C# Class Fishjump, Shipmates-LD29

Inheritance: MonoBehaviour
Show file Open project: shaunlebron/Shipmates-LD29

Public Properties

Property Type Description
shadowFish GameObject
splash GameObject
splash2 GameObject

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
coJump ( ) : IEnumerator
coSplash ( GameObject s, bool first ) : IEnumerator

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

shadowFish public property

public GameObject shadowFish
return GameObject

splash public property

public GameObject splash
return GameObject

splash2 public property

public GameObject splash2
return GameObject