C# Class TUField, VirtualVEX

A field set up for the Toss Up game
Inheritance: Field
Exibir arquivo 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_oe property

public Transform buckyBlue
return Transform

buckyRed public_oe property

public Transform buckyRed
return Transform

skin public_oe property

public GUISkin,UnityEngine skin
return UnityEngine.GUISkin