Index Hierarchy CC3LayerRenderCommand Class Reference Inherits from NSObject Conforms to CCRenderCommand Declared in CC3Layer.h Overview A CCRenderCommand specialized for rendering 3D scenes from a CC3Layer. Tasks visitor property – initForCC3Layer: + renderCommandForCC3Layer: Properties visitor The drawing visitor to use when drawing the CC3Layer. @property (nonatomic, retain) CC3NodeDrawingVisitor *visitor Discussion This property must be set before queing this command for rendering the CC3Layer. Declared In CC3Layer.h Class Methods renderCommandForCC3Layer: Allocates and initializes an instance to render the specified CC3Layer. + (instancetype)renderCommandForCC3Layer:(CC3Layer *)layer Declared In CC3Layer.h Instance Methods initForCC3Layer: Initializes this instance to render the specified CC3Layer. - (instancetype)initForCC3Layer:(CC3Layer *)layer Declared In CC3Layer.h Index Hierarchy