C# Class UnityScript.Scripting.EvaluationDomain

Datei anzeigen Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Protected Properties

Property Type Description
_cache Boo.Lang.Hash

Public Methods

Method Description
CacheScript ( EvaluationScriptCacheKey key, Type type ) : void
GetCachedScript ( EvaluationScriptCacheKey key ) : Type

Method Details

CacheScript() public method

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

GetCachedScript() public method

public GetCachedScript ( EvaluationScriptCacheKey key ) : Type
key EvaluationScriptCacheKey
return System.Type

Property Details

_cache protected_oe property

protected Hash,Boo.Lang _cache
return Boo.Lang.Hash