C# 클래스 UnityScript.Scripting.EvaluationDomain

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

보호된 프로퍼티들

프로퍼티 타입 설명
_cache Boo.Lang.Hash

공개 메소드들

메소드 설명
CacheScript ( EvaluationScriptCacheKey key, Type type ) : void
GetCachedScript ( EvaluationScriptCacheKey key ) : Type

메소드 상세

CacheScript() 공개 메소드

public CacheScript ( EvaluationScriptCacheKey key, Type type ) : void
key EvaluationScriptCacheKey
type System.Type
리턴 void

GetCachedScript() 공개 메소드

public GetCachedScript ( EvaluationScriptCacheKey key ) : Type
key EvaluationScriptCacheKey
리턴 System.Type

프로퍼티 상세

_cache 보호되어 있는 프로퍼티

protected Hash,Boo.Lang _cache
리턴 Boo.Lang.Hash