C# Class TreasureChest

Inheritance: MonoBehaviour
Show file Open project: marouen-lamiri/Second-Soul Class Usage Examples

Public Properties

Property Type Description
player Player,

Public Methods

Method Description
openChest ( ) : void

Private Methods

Method Description
OnMouseDrag ( ) : void
OnMouseExit ( ) : void
OnMouseOver ( ) : void
OnMouseUp ( ) : void
Start ( ) : void
Update ( ) : void
delayedItemDrop ( ) : void
findEnabledPlayer ( ) : void

Method Details

openChest() public method

public openChest ( ) : void
return void

Property Details

player public property

public Player, player
return Player,