Exemple #1
0
 void IScriptableObject.OnExposedToScriptCode(ScriptEngine engine)
 {
     if (engine != null)
     {
         var specificType = GetSpecificTypeNoThrow();
         if (specificType != null)
         {
             engine.ProcessExtensionMethodType(specificType);
         }
     }
 }