C# Class Rhino.IdScriptableObject.PrototypeValues

Show file Open project: hazzik/Rhino.Net Class Usage Examples

Private Methods

Method Description
CreatePrecachedConstructor ( ) : IdFunctionObject
Delete ( int id ) : void
EnsureId ( int id ) : object
FindId ( string name ) : int
Get ( int id ) : object
GetAttributes ( int id ) : int
GetMaxId ( ) : int
GetNames ( bool getAll, object extraEntries ) : object[]
Has ( int id ) : bool
InitSlot ( int id, string name, object value, int attributes ) : void
InitValue ( int id, string name, object value, int attributes ) : void
PrototypeValues ( IdScriptableObject obj, int maxId ) : System
Set ( int id, Scriptable start, object value ) : void
SetAttributes ( int id, int attributes ) : void