C++ Java Unity
C++ Reference
ViewList Class Referenceabstract

Detailed Description

The list of VIEWs that need to be iterated over as part of the rendering process.

Public Member Functions

virtual size_t getNumViews () const =0
 Get the number of views in this list. More...
 
virtual VIEW getView (int idx) const =0
 Get the VIEW at the specified index. More...
 
virtual bool contains (VIEW view) const =0
 Get whether this list contains the specified VIEW. More...
 

Member Function Documentation

virtual size_t getNumViews ( ) const
pure virtual

Get the number of views in this list.

virtual VIEW getView ( int  idx) const
pure virtual

Get the VIEW at the specified index.

virtual bool contains ( VIEW  view) const
pure virtual

Get whether this list contains the specified VIEW.