C# 클래스 GlueView.Scripting.ExecuteScriptInstruction

상속: Instruction
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 메소드들

메소드 설명
After ( double time ) : void
Execute ( ) : void
ExecuteOn ( object target ) : void
ExecuteScriptInstruction ( CodeContext context, string script ) : System

메소드 상세

After() 공개 메소드

public After ( double time ) : void
time double
리턴 void

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

ExecuteOn() 공개 메소드

public ExecuteOn ( object target ) : void
target object
리턴 void

ExecuteScriptInstruction() 공개 메소드

public ExecuteScriptInstruction ( CodeContext context, string script ) : System
context CodeContext
script string
리턴 System