C# Class DropLogic

Inheritance: MonoBehaviour, Quanter
显示文件 Open project: 5thFloorGames/TheMusicGame Class Usage Examples

Public Properties

Property Type Description
enable bool

Public Methods

Method Description
Act ( ) : void
Awake ( ) : void
OnTriggerEnter2D ( Collider2D col ) : void
Start ( ) : void
Update ( ) : void

Method Details

Act() public method

public Act ( ) : void
return void

Awake() public method

public Awake ( ) : void
return void

OnTriggerEnter2D() public method

public OnTriggerEnter2D ( Collider2D col ) : void
col UnityEngine.Collider2D
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

enable public_oe property

public bool enable
return bool