Method | Description | |
---|---|---|
DefineClass ( ScriptableObject scope ) : void | ||
Environment ( ) : System | ||
Environment ( ScriptableObject scope ) : System | ||
Get ( string name, Scriptable start ) : object | ||
GetAllIds ( ) : object[] | ||
GetClassName ( ) : string | ||
GetIds ( ) : object[] | ||
Has ( string name, Scriptable start ) : bool | ||
Put ( string name, Scriptable start, object value ) : void |
Method | Description | |
---|---|---|
CollectIds ( ) : object[] |
public static DefineClass ( ScriptableObject scope ) : void | ||
scope | ScriptableObject | |
return | void |
public Environment ( ScriptableObject scope ) : System | ||
scope | ScriptableObject | |
return | System |
public Get ( string name, Scriptable start ) : object | ||
name | string | |
start | Scriptable | |
return | object |
public Has ( string name, Scriptable start ) : bool | ||
name | string | |
start | Scriptable | |
return | bool |
public Put ( string name, Scriptable start, object value ) : void | ||
name | string | |
start | Scriptable | |
value | object | |
return | void |