C# Class Fishjump, Shipmates-LD29

Inheritance: MonoBehaviour
ファイルを表示 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_oe property

public GameObject shadowFish
return GameObject

splash public_oe property

public GameObject splash
return GameObject

splash2 public_oe property

public GameObject splash2
return GameObject