1/*!
2\page usdUI_page_front UsdUI: USD UI Schemas
3\if ( PIXAR_MFB_BUILD )
4\mainpage  UsdUI: USD UI Schemas
5\publicLib
6\endif
7
8\section usdUI_overview Overview
9
10This module provides schemas for encoding information on USD prims
11for client graphical user interface tools to use in deciding how to
12organize and present the prims in GUI layouts.  This information does
13\em not guide the 3D rendering of a data contained in ascene, rather it's
14about how to visualize the nodes in the graph that comprises a UsdStage.
15
16The primary classes are:
17
18\li UsdUINodeGraphNodeAPI - encodes layout information for prims that
19participate in an interconnected (via relationships) graph, as would
20prims in a shading network.
21
22*/
23