Graph node pin with connection.
More...
#include <Urho3D/Resource/GraphPin.h>
|
unsigned | targetNode_ {} |
| Target node.
|
|
ea::string | targetPin_ |
| Target pin name.
|
|
Variant | value_ |
| Target node.
|
|
|
void | SetName (const ea::string_view name) |
|
VariantType | type_ {VAR_NONE} |
| Pin type.
|
|
ea::string | name_ |
| Pin name.
|
|
Graph node pin with connection.
◆ GetValue()
const Variant & Urho3D::GraphInPin::GetValue |
( |
| ) |
|
|
inline |
◆ SerializeInBlock()
void Urho3D::GraphInPin::SerializeInBlock |
( |
Archive & |
archive | ) |
|
|
overridevirtual |
◆ SetValue()
void Urho3D::GraphInPin::SetValue |
( |
const Variant & |
variant | ) |
|
Set value. Disconnects pin from an "Out" pin.
The documentation for this class was generated from the following files:
- Urho3D/Resource/GraphPin.h
- Urho3D/Resource/GraphPin.cpp