|
Polyphase Game Engine
|
#include <GraphPin.h>
Public Attributes | |
| GraphPinId | mId = INVALID_GRAPH_PIN_ID |
| GraphNodeId | mOwnerNodeId = INVALID_GRAPH_NODE_ID |
| std::string | mName |
| DatumType | mDataType = DatumType::Float |
| GraphPinDirection | mDirection = GraphPinDirection::Input |
| Datum | mDefaultValue |
| Datum | mValue |
| bool | mExecutionTriggered = false |
| DatumType GraphPin::mDataType = DatumType::Float |
| Datum GraphPin::mDefaultValue |
| GraphPinDirection GraphPin::mDirection = GraphPinDirection::Input |
| bool GraphPin::mExecutionTriggered = false |
| GraphPinId GraphPin::mId = INVALID_GRAPH_PIN_ID |
| std::string GraphPin::mName |
| GraphNodeId GraphPin::mOwnerNodeId = INVALID_GRAPH_NODE_ID |
| Datum GraphPin::mValue |