C# Class playerControl, Bad-monsters

Inheritance: MonoBehaviour
Afficher le fichier Open project: Gennyi/Bad-monsters Class Usage Examples

Méthodes publiques

Свойство Type Description
inventory ArrayList
score int
speed float

Private Methods

Méthode 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
Résultat ArrayList

score public_oe static_oe property

public static int score
Résultat int

speed public_oe property

public float speed
Résultat float