C# Class playerControl, Bad-monsters

Inheritance: MonoBehaviour
Show file Open project: Gennyi/Bad-monsters Class Usage Examples

Public Properties

Property Type Description
inventory ArrayList
score int
speed float

Private Methods

Method Description
Flip ( ) : void
OnGUI ( ) : void
OnTriggerExit2D ( Collider2D other ) : void
OnTriggerStay2D ( Collider2D other ) : void
Start ( ) : void
Update ( ) : void

Property Details

inventory public static property

public static ArrayList inventory
return ArrayList

score public static property

public static int score
return int

speed public property

public float speed
return float