Wiki > TV3D65 Index > TVScene
SortMeshList
DESCRIPTION
-This page has been generated automatically. Please improve it by adding a description and additional information.
DECLARATION
| VB.NET | SortMeshList(iNumMeshs As Integer , pMeshIndicesListArray As Integer() , retSortedIndicesListArray As Integer() , bBackwards As Boolean , bOnlyVisibleMeshs As Boolean) As Integer |
| C++ | int SortMeshList(int iNumMeshs , int[] pMeshIndicesListArray , int[] retSortedIndicesListArray , bool bBackwards , bool bOnlyVisibleMeshs ) |
PARAMETERS
| NAME | OPTIONAL | DESCRIPTION |
| iNumMeshs | No | iNumMeshs description |
| pMeshIndicesListArray | No | pMeshIndicesListArray description |
| retSortedIndicesListArray | No | retSortedIndicesListArray description |
| bBackwards | Yes | bBackwards description |
| bOnlyVisibleMeshs | Yes | bOnlyVisibleMeshs description |
RETURN VALUE
| Integer | Description of what the return value means. |
EXAMPLES
TIPS
- Please add any notes or tips for this method.