cocos2d-x  3.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
TransparentRenderQueue Class Reference

#include <CCRenderer.h>

Public Member Functions

void push_back (RenderCommand *command)
 
ssize_t size () const
 
void sort ()
 
RenderCommandoperator[] (ssize_t index) const
 
void clear ()
 

Protected Attributes

std::vector< RenderCommand * > _queueCmd
 

Member Function Documentation

void clear ( )
RenderCommand* operator[] ( ssize_t  index) const
void push_back ( RenderCommand command)
ssize_t size ( ) const
inline
void sort ( )

Member Data Documentation

std::vector<RenderCommand*> _queueCmd
protected

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