new SkeletonBinaryLerpNode()
Properties:
Name | Type | Description |
---|---|---|
minValue |
number | The minimum value of the input range. |
maxValue |
number | The maximum value of the input range. |
value |
number | The value between minValue and maxValue that defines how to interpolate between the children. |
child1 |
SkeletonBlendNode | The first child (matching minValue). |
child2 |
SkeletonBlendNode | The second child (matching maxValue). |
Extends
Members
-
name
-
The name of the node, by which it can be retrieved from
SkeletonBlendTree
andSkeletonAnimation
- Inherited From: