C# Class playerControl, Bad-monsters

Inheritance: MonoBehaviour
Mostrar archivo 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_oe static_oe property

public static ArrayList inventory
return ArrayList

score public_oe static_oe property

public static int score
return int

speed public_oe property

public float speed
return float