C# Class UnityScript.Scripting.EvaluationDomain

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Protected Properties

Свойство Type Description
_cache Boo.Lang.Hash

Méthodes publiques

Méthode Description
CacheScript ( EvaluationScriptCacheKey key, Type type ) : void
GetCachedScript ( EvaluationScriptCacheKey key ) : Type

Method Details

CacheScript() public méthode

public CacheScript ( EvaluationScriptCacheKey key, Type type ) : void
key EvaluationScriptCacheKey
type System.Type
Résultat void

GetCachedScript() public méthode

public GetCachedScript ( EvaluationScriptCacheKey key ) : Type
key EvaluationScriptCacheKey
Résultat System.Type

Property Details

_cache protected_oe property

protected Hash,Boo.Lang _cache
Résultat Boo.Lang.Hash