![]() |
XII Release 0.1.0
|
Classes | |
| struct | Type |
| Native node types for visual script graphs. Editor only types are not supported at runtime and will be replaced by the visual script compiler during asset transform. More... | |
Public Types | |
| using | DataOffset = xiiVisualScriptDataDescription::DataOffset |
Public Member Functions | |
| void | AppendUserDataName (xiiStringBuilder &out_sResult) const |
Public Attributes | |
| xiiEnum< Type > | m_Type |
| xiiEnum< xiiVisualScriptDataType > | m_DeductedDataType |
| xiiSmallArray< xiiUInt16, 4 > | m_ExecutionIndices |
| xiiSmallArray< DataOffset, 4 > | m_InputDataOffsets |
| xiiSmallArray< DataOffset, 2 > | m_OutputDataOffsets |
| xiiHashedString | m_sTargetTypeName |
| xiiVariant | m_Value |