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
GlueView
Facades
ScriptingCommands
C# Class GlueView.Facades.ScriptingCommands
ファイルを表示
Open project: vchelaru/FlatRedBall
Class Usage Examples
Public Methods
Method
Description
ApplyScript
(
string
script
) :
void
ApplyScript
(
string
script
,
CodeContext
context
) :
void
Method Details
ApplyScript()
public
method
public
ApplyScript
(
string
script
) :
void
script
string
return
void
ApplyScript()
public
method
public
ApplyScript
(
string
script
,
CodeContext
context
) :
void
script
string
context
GlueView.Scripting.CodeContext
return
void