Add an AnimOb to the linked list of AnimObs.
Source position: agraphics.pas line 2253
procedure AddAnimOb( |
anOb: pAnimOb; |
anKey: ppAnimOb; |
rp: pRastPort |
); |
anOb |
|
Pointer to the TAnimOb structure to be added to the list |
anKey |
|
Address of a Pointer to the first TAnimOb in the list (anKey = nil if there are no PAnimObs in the list so far) |
rp |
|
Pointer to a valid RastPort |
Links this PAnimOb into the current list pointed to by animKey. Initializes all the Timers of the AnimOb's components. Calls AddBob with each component's Bob. TRastPort.GelsInfo must point to an initialized PGelsInfo structure.
|
Processes every AnimOb in the current animation list. |