C# 클래스 Scorpio.Runtime.ScriptExecutable

파일 보기 프로젝트 열기: qingfeng346/Scorpio-CSharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
m_Block Executable_Block

공개 메소드들

메소드 설명
AddScriptInstruction ( ScriptInstruction val ) : void
EndScriptInstruction ( ) : void
ScriptExecutable ( Executable_Block block ) : System.Collections.Generic

메소드 상세

AddScriptInstruction() 공개 메소드

public AddScriptInstruction ( ScriptInstruction val ) : void
val ScriptInstruction
리턴 void

EndScriptInstruction() 공개 메소드

public EndScriptInstruction ( ) : void
리턴 void

ScriptExecutable() 공개 메소드

public ScriptExecutable ( Executable_Block block ) : System.Collections.Generic
block Executable_Block
리턴 System.Collections.Generic

프로퍼티 상세

m_Block 공개적으로 프로퍼티

public Executable_Block m_Block
리턴 Executable_Block