#include <customgui_matassign.h>
Material assignment table for
MatAssignData
. Cannot be instantiated.
使用
FreeInclusionTable()
to free instances.
公共成员函数 |
|
Bool | Check ( BaseList2D *op) |
Int32 | GetObjectCount () |
BaseList2D * | GetObject ( Int32 lIndex) |
私有成员函数 |
|
MatAssignTable () | |
~MatAssignTable () |
|
|
Bool Check | ( | BaseList2D * | op | ) |
Checks if op is in the table.
[in] | op | The object to check. The caller owns the pointed object. |
Int32 GetObjectCount | ( | ) |
Gets the object count.
BaseList2D * GetObject | ( | Int32 | lIndex | ) |
Gets an object from the table by index.
[in] | lIndex | The object index: 0 <= lIndex < GetObjectCount() |