Add the x3d field interface.
More...
Functions |
| | FIELDDB_ELEMENT (PaintableTexture, width, INITIALIZE_ONLY) |
| | FIELDDB_ELEMENT (PaintableTexture, height, INITIALIZE_ONLY) |
| | FIELDDB_ELEMENT (PaintableTexture, paintAtTexCoord, INPUT_ONLY) |
| | FIELDDB_ELEMENT (PaintableTexture, isHaptic, INITIALIZE_ONLY) |
| | FIELDDB_ELEMENT (PaintableTexture, isInContact, INPUT_OUTPUT) |
| | FIELDDB_ELEMENT (PaintableTexture, isInDrawingMode, INPUT_OUTPUT) |
| | FIELDDB_ELEMENT (PaintableTexture, mainButtonIsPressed, INPUT_OUTPUT) |
| | FIELDDB_ELEMENT (PaintableTexture, mouseButtonIsPressed, INPUT_OUTPUT) |
Detailed Description
Add the x3d field interface.
Function Documentation
| PaintableTextureInternals::FIELDDB_ELEMENT |
( |
PaintableTexture |
, |
|
|
width |
, |
|
|
INITIALIZE_ONLY |
| |
|
) |
| | |
| PaintableTextureInternals::FIELDDB_ELEMENT |
( |
PaintableTexture |
, |
|
|
mouseButtonIsPressed |
, |
|
|
INPUT_OUTPUT |
| |
|
) |
| | |
| PaintableTextureInternals::FIELDDB_ELEMENT |
( |
PaintableTexture |
, |
|
|
mainButtonIsPressed |
, |
|
|
INPUT_OUTPUT |
| |
|
) |
| | |
| PaintableTextureInternals::FIELDDB_ELEMENT |
( |
PaintableTexture |
, |
|
|
isInDrawingMode |
, |
|
|
INPUT_OUTPUT |
| |
|
) |
| | |
| PaintableTextureInternals::FIELDDB_ELEMENT |
( |
PaintableTexture |
, |
|
|
isInContact |
, |
|
|
INPUT_OUTPUT |
| |
|
) |
| | |
| PaintableTextureInternals::FIELDDB_ELEMENT |
( |
PaintableTexture |
, |
|
|
isHaptic |
, |
|
|
INITIALIZE_ONLY |
| |
|
) |
| | |
| PaintableTextureInternals::FIELDDB_ELEMENT |
( |
PaintableTexture |
, |
|
|
paintAtTexCoord |
, |
|
|
INPUT_ONLY |
| |
|
) |
| | |
| PaintableTextureInternals::FIELDDB_ELEMENT |
( |
PaintableTexture |
, |
|
|
height |
, |
|
|
INITIALIZE_ONLY |
| |
|
) |
| | |