Class RuntimeGraphBaseFixture<TMacro, TGraph, TCanvas, TMachine>
Inheritance
object
RuntimeGraphBaseFixture<TMacro, TGraph, TCanvas, TMachine>
Assembly: solution.dll
Syntax
public abstract class RuntimeGraphBaseFixture<TMacro, TGraph, TCanvas, TMachine> where TMacro : LudiqScriptableObject, IMacro where TGraph : IGraph where TCanvas : ICanvas where TMachine : IMachine
Type Parameters
| Name |
Description |
| TMacro |
|
| TGraph |
|
| TCanvas |
|
| TMachine |
|
Fields
k_AssetPath
Declaration
protected const string k_AssetPath
Field Value
m_Canvas
Declaration
protected TCanvas m_Canvas
Field Value
m_GameObject
Declaration
protected GameObject m_GameObject
Field Value
m_Graph
Declaration
Field Value
m_Machine
Declaration
protected TMachine m_Machine
Field Value
| Type |
Description |
| TMachine |
|
m_Macro
Declaration
Field Value
m_Reference
Declaration
protected GraphReference m_Reference
Field Value
Methods
TearDown()
Declaration
public virtual void TearDown()
Extension Methods