C# Class DebugSwapLayer, goalBall

This script is a debugging script that changes the layer of the player when the player presses the v key
Inheritance: MonoBehaviour
Afficher le fichier Open project: DrexelGoalBall/goalBall

Méthodes publiques

Свойство Type Description
DefaultLayer string
PlayerLayer string

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

DefaultLayer public_oe property

public string DefaultLayer
Résultat string

PlayerLayer public_oe property

public string PlayerLayer
Résultat string