C# Class TUField, VirtualVEX

A field set up for the Toss Up game
Inheritance: Field
Afficher le fichier Open project: jpwchang/VirtualVEX

Méthodes publiques

Свойство Type Description
buckyBlue Transform
buckyRed Transform
skin UnityEngine.GUISkin

Méthodes publiques

Méthode Description
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void
matchLoad ( string arg ) : void

Method Details

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

matchLoad() public méthode

public matchLoad ( string arg ) : void
arg string
Résultat void

Property Details

buckyBlue public_oe property

public Transform buckyBlue
Résultat Transform

buckyRed public_oe property

public Transform buckyRed
Résultat Transform

skin public_oe property

public GUISkin,UnityEngine skin
Résultat UnityEngine.GUISkin