NodeWeight Struct

Summary

An Animancer.AnimancerNode and its Animancer.NodeWeight.StartingWeight.
Assembly
Animancer.dll
Namespace
Animancer
Base Types
  • ValueType
graph BT Type-->Base0["ValueType"] Type["NodeWeight"] class Type type-node

Syntax

public readonly struct NodeWeight : ValueType

Constructors

Name Summary
NodeWeight(AnimancerNode) Creates a new Animancer.NodeWeight.
NodeWeight(AnimancerNode, float) Creates a new Animancer.NodeWeight.
NodeWeight(NodeWeight, CloneContext) Creates a copy of `copyFrom`.

Fields

Name Constant Value Summary
Node
The Animancer.AnimancerNode.
StartingWeight
The Animancer.AnimancerNode.Weight from when this struct was captured.

Methods

Name Value Summary
AppendDescription(StringBuilder, float) void
Appends a detailed descrption of this object.