C# Class Macros, voxicon

Allows use of the undocumented MacroEvaluator class to run arbitrary code in the editor. This can be very useful for ad-hoc operations on game objects and for experimentation.
Inheritance: EditorWindow
Afficher le fichier Open project: nkrishnaswamy/voxicon Class Usage Examples

Méthodes publiques

Свойство Type Description
commandMacros String>.Dictionary
lids List

Méthodes publiques

Méthode Description
ClearMacros ( ) : void
PopulateMacros ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

ClearMacros() public méthode

public ClearMacros ( ) : void
Résultat void

PopulateMacros() public méthode

public PopulateMacros ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

commandMacros public_oe property

public Dictionary commandMacros
Résultat String>.Dictionary

lids public_oe property

public List lids
Résultat List