Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

AnimationParamAttribute

A topic by CatyboyStudio created Oct 14, 2022 Views: 40
Viewing posts 1 to 1

Use the drop-down controls to select the parameters of Animator

public Animator Target;
[AnimatorParam(nameof(Target))]
public int HashValue;

Supports property type: int, string

Supports filtering of AnimatorControllerParameterType

[AnimatorParam(nameof(Target), AnimatorControllerParameterType.Trigger)]
public string NameValue;