C# Class Window, VRpportunity

Inheritance: Placement
Afficher le fichier Open project: CodeScience/VRpportunity Class Usage Examples

Méthodes publiques

Свойство Type Description
fields TextHelper[]
freeformText TextHelper
labels TextHelper[]
windowName TextHelper

Méthodes publiques

Méthode 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 méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

closeWindow() public méthode

public closeWindow ( ) : void
Résultat void

doFieldWindow() public méthode

public doFieldWindow ( string inWindowName, string inLabels, string inFields ) : void
inWindowName string
inLabels string
inFields string
Résultat void

doFreeformWindow() public méthode

public doFreeformWindow ( string inWindowName, string inFreeformText ) : void
inWindowName string
inFreeformText string
Résultat void

killWindow() public méthode

public killWindow ( ) : void
Résultat void

reopenWindow() public méthode

public reopenWindow ( ) : void
Résultat void

startTyping() public méthode

public startTyping ( ) : void
Résultat void

stopTyping() public méthode

public stopTyping ( ) : void
Résultat void

Property Details

fields public_oe property

public TextHelper[] fields
Résultat TextHelper[]

freeformText public_oe property

public TextHelper freeformText
Résultat TextHelper

labels public_oe property

public TextHelper[] labels
Résultat TextHelper[]

windowName public_oe property

public TextHelper windowName
Résultat TextHelper