Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
GlueView
Facades
ScriptingCommands
C# Class GlueView.Facades.ScriptingCommands
Exibir arquivo
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