Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Macros
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
ファイルを表示
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_oe property
public
Dictionary
commandMacros
return
String>.Dictionary
lids
public_oe property
public
List
lids
return
List