AnimancerUtilities.

TryGetIsLooping(Object, bool) Method

Summary

Outputs the UnityEngine.Motion.isLooping or Animancer.ITransitionDetailed.IsLooping.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerUtilities

Syntax

public static bool TryGetIsLooping(Object motionOrTransition, out bool isLooping)

Remarks

Returns false if the `motionOrTransition` is null or an unsupported type.

Parameters

Name Type Description
motionOrTransition Object
isLooping bool

Return Value

Type Description
bool