AnimancerLayer.

IsApproachingEnd Property

Summary

Is the Animancer.AnimancerLayer.CurrentState playing and hasn't yet reached its end?
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerLayer

Syntax

public override bool IsApproachingEnd { get; }

Remarks

This property is used by System.Collections.IEnumerator.MoveNext so this object can be used as a custom yield instruction to wait until it finishes.

Value

Type Description
bool