C# Class LivingPoint, HomeAlone

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

Public Properties

Property Type Description
Dust GameObject[]
QuestionBox GameObject[]
Value Text[]

Public Methods

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

Private Methods

Method Description
SetDust ( int catchNumber, int i ) : void

Method Details

DustUpdate() public method

public DustUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Dust public_oe property

public GameObject[] Dust
return GameObject[]

QuestionBox public_oe property

public GameObject[] QuestionBox
return GameObject[]

Value public_oe property

public Text[] Value
return Text[]