Public Member Functions | Static Public Member Functions | Properties

CC3NodeSequencerVisitor Class Reference

This visitor is used to visit CC3NodeSequencers to perform operations on nodes within the sequencers. More...

#import <CC3NodeSequencer.h>

Inheritance diagram for CC3NodeSequencerVisitor:
Inheritance graph
[legend]

List of all members.

Public Member Functions

(id) - initWithWorld:

Static Public Member Functions

(id) + visitorWithWorld:

Properties

CC3Worldworld

Detailed Description

This visitor is used to visit CC3NodeSequencers to perform operations on nodes within the sequencers.

The visitor maintains a reference to the CC3World, so that the sequencer may use aspects of the world during operations.


Member Function Documentation

- (id) initWithWorld: (CC3World *)  aCC3World

Initializes this instance with the specified CC3World.

+ (id) visitorWithWorld: (CC3World *)  aCC3World

Allocates and initializes an autoreleased instance with the specified CC3World.


Property Documentation

- (CC3World *) world [read, write, assign]

The CC3World instance.

The sequencer may use aspects of the world when performing sequencing operations with a node.


The documentation for this class was generated from the following file: