Library:
Filter:
Classes | Collections

Library : LibraryBase : MultiLevelIdentityDictionary : Collection : Object

keeping objects in a central place
Source: Library.sc
Subclasses: Halo

Description

Library is a global MultiLevelIdentityDictionary. The Library can be used as a place to store data that you want globally accessible. It is an alternative to using class variables. It is a nice place to store menus, annotations, and commonly reusable functions.

Class Methods

Library.postTree

From superclass: LibraryBase

Post a formatted description of the entire library.

Library.put( ... args)

From superclass: LibraryBase

The last argument to put is the object being inserted:

Inherited class methods

Undocumented class methods

Library.global

Library.global = obj

Instance Methods

Inherited instance methods