Class NeuroTagFeedback
A simple component forwarding the last confidence values of a NeuroTag to the UnityEngine.Animator attached to it.
Namespace: NextMind.NeuroTags
Assembly: NextMind.UnitySDK.Runtime.dll
Syntax
[RequireComponent(typeof(Animator))]
public class NeuroTagFeedback : MonoBehaviour
Remarks
If the NextMind.NeuroTags.NeuroTagFeedback.neuroTag is not referenced, this component will be disabled.
Fields
animator
The animator on which the confidence values will be forwarded.
Declaration
protected Animator animator
Field Value
Type | Description |
---|---|
UnityEngine.Animator |