C# Class GlueView.Scripting.ExecuteScriptInstruction

Inheritance: Instruction
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Méthode Description
After ( double time ) : void
Execute ( ) : void
ExecuteOn ( object target ) : void
ExecuteScriptInstruction ( CodeContext context, string script ) : System

Method Details

After() public méthode

public After ( double time ) : void
time double
Résultat void

Execute() public méthode

public Execute ( ) : void
Résultat void

ExecuteOn() public méthode

public ExecuteOn ( object target ) : void
target object
Résultat void

ExecuteScriptInstruction() public méthode

public ExecuteScriptInstruction ( CodeContext context, string script ) : System
context CodeContext
script string
Résultat System