C# Class MetroBrownDuckMove

Inheritance: MonoBehaviour
显示文件 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_oe property

public GameObject destroyRiver
return GameObject

duckling public_oe property

public GameObject[] duckling
return GameObject[]

ducklingmove public_oe property

public bool ducklingmove
return bool

ducklingwheretogo public_oe property

public GameObject[] ducklingwheretogo
return GameObject[]

duckwheretogo_1 public_oe property

public GameObject duckwheretogo_1
return GameObject

duckwheretogo_2 public_oe property

public GameObject duckwheretogo_2
return GameObject

river public_oe property

public GameObject river
return GameObject

star public_oe property

public GameObject star
return GameObject