Abstract graph data flow node pin. Has pin type.
More...
#include <Urho3D/Resource/GraphPin.h>
|
|
VariantType | type_ {VAR_NONE} |
| | Pin type.
|
| |
|
ea::string | name_ |
| | Pin name.
|
| |
|
| void | SetName (const ea::string_view name) |
| |
Abstract graph data flow node pin. Has pin type.
◆ GetType()
| VariantType Urho3D::GraphDataPin::GetType |
( |
| ) |
const |
|
inline |
◆ SerializeInBlock()
| void Urho3D::GraphDataPin::SerializeInBlock |
( |
Archive & |
archive | ) |
|
|
overridevirtual |
◆ SetType()
| void Urho3D::GraphDataPin::SetType |
( |
VariantType |
type | ) |
|
|
inline |
The documentation for this class was generated from the following files:
- Urho3D/Resource/GraphPin.h
- Urho3D/Resource/GraphPin.cpp