DirectionalAnimationSet.

AllowSetClips(bool) Method

Summary

[Assert-Only] Determines whether the UnityEngine.AnimationClip properties are allowed to be set.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
DirectionalAnimationSet

Syntax

[System.Diagnostics.Conditional(Strings.Assertions)]
public void AllowSetClips(bool allow = true)

Attributes

Type Description
ConditionalAttribute

Parameters

Name Type Description
allow bool

Return Value

Type Description
void