C# Class HoopTrigger, modding_fall2013

Inheritance: MonoBehaviour
ファイルを表示 Open project: radiatoryang/modding_fall2013

Public Properties

Property Type Description
health int
sun Light

Public Methods

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

Method Details

OnTriggerEnter() public method

public OnTriggerEnter ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

health public_oe property

public int health
return int

sun public_oe property

public Light sun
return Light