C# Class Window, VRpportunity

Inheritance: Placement
显示文件 Open project: CodeScience/VRpportunity Class Usage Examples

Public Properties

Property Type Description
fields TextHelper[]
freeformText TextHelper
labels TextHelper[]
windowName TextHelper

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
closeWindow ( ) : void
doFieldWindow ( string inWindowName, string inLabels, string inFields ) : void
doFreeformWindow ( string inWindowName, string inFreeformText ) : void
killWindow ( ) : void
reopenWindow ( ) : void
startTyping ( ) : void
stopTyping ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

closeWindow() public method

public closeWindow ( ) : void
return void

doFieldWindow() public method

public doFieldWindow ( string inWindowName, string inLabels, string inFields ) : void
inWindowName string
inLabels string
inFields string
return void

doFreeformWindow() public method

public doFreeformWindow ( string inWindowName, string inFreeformText ) : void
inWindowName string
inFreeformText string
return void

killWindow() public method

public killWindow ( ) : void
return void

reopenWindow() public method

public reopenWindow ( ) : void
return void

startTyping() public method

public startTyping ( ) : void
return void

stopTyping() public method

public stopTyping ( ) : void
return void

Property Details

fields public_oe property

public TextHelper[] fields
return TextHelper[]

freeformText public_oe property

public TextHelper freeformText
return TextHelper

labels public_oe property

public TextHelper[] labels
return TextHelper[]

windowName public_oe property

public TextHelper windowName
return TextHelper