Search Results for

    Show / Hide Table of Contents

    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[]

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    • Fields
      • BaseModel
      • Values
    • Extension Methods
    Back to top Copyright © 2012-2024 Wojciech Figat