C# Class TUField, VirtualVEX

A field set up for the Toss Up game
Inheritance: Field
Show file Open project: jpwchang/VirtualVEX

Public Properties

Property Type Description
buckyBlue Transform
buckyRed Transform
skin UnityEngine.GUISkin

Public Methods

Method Description
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void
matchLoad ( string arg ) : void

Method Details

OnGUI() public method

public OnGUI ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

matchLoad() public method

public matchLoad ( string arg ) : void
arg string
return void

Property Details

buckyBlue public property

public Transform buckyBlue
return Transform

buckyRed public property

public Transform buckyRed
return Transform

skin public property

public GUISkin,UnityEngine skin
return UnityEngine.GUISkin