C# 클래스 UnityScript.Scripting.Pipeline.ActiveScriptEntity

상속: EvaluationContextEntity
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_scriptId int

공개 메소드들

메소드 설명
ActiveScriptEntity ( int scriptId, IMember @delegate ) : Boo.Lang.Compiler.TypeSystem

메소드 상세

ActiveScriptEntity() 공개 메소드

public ActiveScriptEntity ( int scriptId, IMember @delegate ) : Boo.Lang.Compiler.TypeSystem
scriptId int
@delegate IMember
리턴 Boo.Lang.Compiler.TypeSystem

프로퍼티 상세

_scriptId 보호되어 있는 프로퍼티

protected int _scriptId
리턴 int