Class AnimationGraph.CustomNode.InitData
The initial node data container structure.
Inheritance
System.Object
AnimationGraph.CustomNode.InitData
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class InitData : ValueType
Fields
BaseModel
The skinned model asset that is a base model for the graph (source of the skeleton).
Declaration
public SkinnedModel BaseModel
Field Value
SkinnedModel
|
Values
The node values array. The first item is always the typename of the custom node type, second one is node group name, others are customizable by editor node archetype.
Declaration
public object[] Values
Field Value
System.Object[]
|