Class VisjectGraph
Inheritance
VisjectGraph
    Inherited Members
      VisjectGraph
    
    
      VisjectGraph
    
    
    
    
    
    
    
    
    
      VisjectGraph
    
    
    
    
      VisjectGraph
    
    
    
    
    
      VisjectGraph
    
    
    
    
      VisjectGraph
    
    
      VisjectGraph
    
    
  Assembly: FlaxEngine.dll
File: Engine/Visject/VisjectGraph.h
Syntax
public class VisjectGraph<NodeType, BoxType, ParameterType> : public Graph
  Type Parameters
| 
        NodeType
         
  | 
    
| 
        BoxType
         
  | 
    
| 
        ParameterType
         
  | 
    
Fields
Float2Curves
The Float2 curves used by the graph.
Declaration
public Array<BezierCurve<Float2>> Float2Curves
  Field Value
| 
        Array<BezierCurve<Float2>>
         
  | 
    
Float3Curves
The Float3 curves used by the graph.
Declaration
public Array<BezierCurve<Float3>> Float3Curves
  Field Value
| 
        Array<BezierCurve<Float3>>
         
  | 
    
Float4Curves
The Float4 curves used by the graph.
Declaration
public Array<BezierCurve<Float4>> Float4Curves
  Field Value
| 
        Array<BezierCurve<Float4>>
         
  | 
    
FloatCurves
The float curves used by the graph.
Declaration
public Array<BezierCurve<float>> FloatCurves
  Field Value
| 
        Array<BezierCurve<float>>
         
  | 
    
Methods
onNodeLoaded(NodeType* n)
Declaration
public virtual bool onNodeLoaded(NodeType* n) override
  Parameters
| 
        NodeType
        n
         
  | 
    
Returns
| 
        bool
         
  |