Definition at line 154 of file fbmodel.h.
Public Member Functions |
|
virtual int | Add (FBTexture *pItem) |
Add a texture to the property list. |
|
FBTexture * | operator[] (int pIndex) |
Get the texture at a specific index.
|
virtual int Add | ( | FBTexture * | pItem | ) | [virtual] |
Add a texture to the property list.
pItem | Texture to add to the list. |
FBTexture* operator[] | ( | int | pIndex | ) |
Get the texture at a specific index.
pIndex | Index of texture to get. |
Reimplemented from FBPropertyListComponentBase.