C# Class StarOwl

Inheritance: MonoBehaviour
ファイルを表示 Open project: SNUGDC/stardust

Public Properties

Property Type Description
OwlState1 GameObject
OwlState2 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

OwlState1 public_oe property

public GameObject OwlState1
return GameObject

OwlState2 public_oe property

public GameObject OwlState2
return GameObject

Star public_oe property

public GameObject Star
return GameObject