C# Class BarItem, Moonlight_Bartender

Inheritance: MonoBehaviour
显示文件 Open project: michaeljaeoh/Moonlight_Bartender Class Usage Examples

Public Properties

Property Type Description
worldInfo world,

Public Methods

Method Description
OnDestroy ( ) : void
OnMouseEnter ( ) : void
OnMouseExit ( ) : void
OnTriggerEnter2D ( Collider2D collider2d ) : void
Start ( ) : void
Update ( ) : void
setSpawner ( BarSpawner, barSpawner ) : void
setSpawner ( beerTap, beerTap ) : void

Method Details

OnDestroy() public method

public OnDestroy ( ) : void
return void

OnMouseEnter() public method

public OnMouseEnter ( ) : void
return void

OnMouseExit() public method

public OnMouseExit ( ) : void
return void

OnTriggerEnter2D() public method

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

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

setSpawner() public method

public setSpawner ( BarSpawner, barSpawner ) : void
barSpawner BarSpawner,
return void

setSpawner() public method

public setSpawner ( beerTap, beerTap ) : void
beerTap beerTap,
return void

Property Details

worldInfo public_oe property

public world, worldInfo
return world,