C# Class ShoeScript, ggj14-my-shoes

Inheritance: MonoBehaviour
Datei anzeigen Open project: NashGameDev/ggj14-my-shoes

Public Properties

Property Type Description
key string
player GameObject
type string

Public Methods

Method Description
OnMouseUp ( ) : void
Start ( ) : void
Update ( ) : void
modify ( ) : void

Method Details

OnMouseUp() public method

public OnMouseUp ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

modify() public method

public modify ( ) : void
return void

Property Details

key public_oe property

public string key
return string

player public_oe property

public GameObject player
return GameObject

type public_oe property

public string type
return string