Rebel Fork Framework
Urho3D::GraphEnterPin Class Reference

Graph node execution flow "enter" pin. May be connected to multiple exit pins. More...

#include <Urho3D/Resource/GraphPin.h>

Inheritance diagram for Urho3D::GraphEnterPin:
Urho3D::GraphPin

Friends

class GraphNode
 

Additional Inherited Members

- Public Member Functions inherited from Urho3D::GraphPin
const ea::string & GetName ()
 
virtual void SerializeInBlock (Archive &archive)
 Serialize content from/to archive. May throw ArchiveException.
 
- Protected Member Functions inherited from Urho3D::GraphPin
void SetName (const ea::string_view name)
 
- Protected Attributes inherited from Urho3D::GraphPin
ea::string name_
 Pin name.
 

Detailed Description

Graph node execution flow "enter" pin. May be connected to multiple exit pins.


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