Class VisjectGraphNode
Inheritance
VisjectGraphNode
Inherited Members
VisjectGraphNode
VisjectGraphNode
Assembly: FlaxEngine.dll
File: Engine/Visject/VisjectGraph.h
Syntax
public class VisjectGraphNode<BoxType> : public GraphNode
Type Parameters
BoxType
|
Constructors
VisjectGraphNode()
Declaration
public VisjectGraphNode()
Fields
Assets
The asset references. Linked resources such as Animation assets are referenced in graph data as ID. We need to keep valid refs to them at runtime to keep data in memory.
Declaration
public Array<AssetReference<Asset>> Assets
Field Value
Array<AssetReference<Asset>>
|
Data
The custom data (depends on node type). Used to cache data for faster usage at runtime.
Declaration
public AdditionalData Data
Field Value
AdditionalData
|