Trees | Index | Help |
|
---|
Package spyre :: Module spyre :: Class Group |
|
object
--+ |Object
--+ | Group
Method Summary | |
---|---|
Initialize new instance. | |
Add an object. | |
Commit each object in group. | |
Draw the objects in the group | |
Add a sequence of objects. | |
Remove an object. | |
Update each object in group. | |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) |
Class Variable Summary | |
---|---|
Inherited from Object | |
NoneType |
engine : makes engine accessible to displayable objects. |
list |
opengl_state_dependent = []
|
float |
runTime : how long has engine been running? |
int |
runTurn : how many frames have elapsed? |
Method Details |
---|
__init__(self,
objects=None)
Initialize new instance.
|
append(self, obj)Add an object. |
commit(self)Commit each object in group. |
display(self)Draw the objects in the group
|
extend(self, objects)Add a sequence of objects. |
remove(self, obj)Remove an object. |
update(self)Update each object in group. |
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sat Jan 07 17:58:16 2006 | http://epydoc.sf.net |