usdrt::UsdListPosition
Defined in usdrt/scenegraph/usd/usd/common.h
-
enum usdrt::UsdListPosition
Specifies a position to add items to lists.
Note
Current support adds to the front for either
Front
enum and appends for eitherBack
enum.Values:
-
enumerator UsdListPositionFrontOfPrependList
The position at the front of the prepend list.
-
enumerator UsdListPositionBackOfPrependList
The position at the back of the prepend list.
-
enumerator UsdListPositionFrontOfAppendList
The position at the front of the append list.
-
enumerator UsdListPositionBackOfAppendList
The position at the back of the append list.
-
enumerator UsdListPositionFrontOfPrependList