Rebel Fork Framework
Urho3D::GraphOutPin Class Reference

Graph node pin that connects to other pins. More...

#include <Urho3D/Resource/GraphPin.h>

Inheritance diagram for Urho3D::GraphOutPin:
Urho3D::GraphDataPin Urho3D::GraphPin

Friends

class GraphNode
 

Additional Inherited Members

- Public Member Functions inherited from Urho3D::GraphDataPin
VariantType GetType () const
 
void SetType (VariantType type)
 
void SerializeInBlock (Archive &archive) override
 Serialize content from/to archive. May throw ArchiveException.
 
- Public Member Functions inherited from Urho3D::GraphPin
const ea::string & GetName ()
 
- Protected Member Functions inherited from Urho3D::GraphPin
void SetName (const ea::string_view name)
 
- Protected Attributes inherited from Urho3D::GraphDataPin
VariantType type_ {VAR_NONE}
 Pin type.
 
- Protected Attributes inherited from Urho3D::GraphPin
ea::string name_
 Pin name.
 

Detailed Description

Graph node pin that connects to other pins.


The documentation for this class was generated from the following file: