C# Class MetroBrownDuckMove

Inheritance: MonoBehaviour
Show file Open project: SNUGDC/stardust

Public Properties

Property Type Description
destroyRiver GameObject
duckling GameObject[]
ducklingmove bool
ducklingwheretogo GameObject[]
duckwheretogo_1 GameObject
duckwheretogo_2 GameObject
river GameObject
star GameObject

Public Methods

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

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

destroyRiver public property

public GameObject destroyRiver
return GameObject

duckling public property

public GameObject[] duckling
return GameObject[]

ducklingmove public property

public bool ducklingmove
return bool

ducklingwheretogo public property

public GameObject[] ducklingwheretogo
return GameObject[]

duckwheretogo_1 public property

public GameObject duckwheretogo_1
return GameObject

duckwheretogo_2 public property

public GameObject duckwheretogo_2
return GameObject

river public property

public GameObject river
return GameObject

star public property

public GameObject star
return GameObject