SequenceState.

IsLooping Property

Summary

Sequences don't loop.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
SequenceState

Syntax

public override bool IsLooping { get; }

Remarks

If the last state in the sequence is set to loop it will do so, but the rest of the sequence won't replay automatically.

Value

Type Description
bool