AnimancerPlayable.StateDictionary.

AnimancerPlayable.

TryGet(Object, AnimancerState) Method

Summary

If a `state` is registered with the `key`, this method outputs it and returns true. Otherwise the `state` is set to null and this method returns false.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerPlayable.StateDictionary

Syntax

public bool TryGet(Object key, out AnimancerState state)

Parameters

Name Type Description
key Object
state AnimancerState

Return Value

Type Description
bool