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
Show file Open project: nkrishnaswamy/voxicon Class Usage Examples

Public Properties

Property Type Description
commandMacros String>.Dictionary
lids List

Public Methods

Method Description
ClearMacros ( ) : void
PopulateMacros ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

ClearMacros() public method

public ClearMacros ( ) : void
return void

PopulateMacros() public method

public PopulateMacros ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

commandMacros public property

public Dictionary commandMacros
return String>.Dictionary

lids public property

public List lids
return List