![]() |
Public API Reference |
#include <sprite3d.h>
Inheritance diagram for iSpriteSocket:
Public Methods | |
| virtual void | SetName (char const *)=0 |
| Set the name. More... | |
| virtual char const * | GetName () const=0 |
| Get the name. More... | |
| virtual void | SetMeshWrapper (iMeshWrapper *mesh)=0 |
| Set the attached sprite. More... | |
| virtual iMeshWrapper * | GetMeshWrapper () const=0 |
| Get the attached sprite. More... | |
| virtual void | SetTriangleIndex (int tri_index)=0 |
| Set the index of the triangle for the socket. More... | |
| virtual int | GetTriangleIndex () const=0 |
| Get the index of the triangle for the socket. More... | |
Definition at line 130 of file sprite3d.h.
|
|
Get the attached sprite.
|
|
|
Get the name.
|
|
|
Get the index of the triangle for the socket.
|
|
|
Set the attached sprite.
|
|
|
Set the name.
|
|
|
Set the index of the triangle for the socket.
|