Class: SkeletonBinaryLerpNode

SkeletonBinaryLerpNode

SkeletonBinaryLerpNode allows simple blending between 2 child nodes.


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).

Author:
  • derschmale <http://www.derschmale.com>

Extends

Members


name

The name of the node, by which it can be retrieved from SkeletonBlendTree and SkeletonAnimation

Inherited From: