ScriptModule
|
#include <ScriptInterface.h>
Private Types | |
enum | PortType { UNKNOWN_PORT, IMAGE_PORT, IMAGE3D_PORT, MATRIX_PORT } |
Port types. More... | |
The PortType class enumerates the different types of port which can be manipulated through rendering context.
You can use it in scriptModule only.
|
private |
Port types.
Enumerator | |
---|---|
UNKNOWN_PORT |
Unknown port. |
IMAGE_PORT |
2d Image drawing port |
IMAGE3D_PORT |
3d Model port |
MATRIX_PORT |
Matrix transform or peg port. |