Summary
Defines what do to when processing the root motion.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- IAnimancerStateJob
Syntax
void ProcessRootMotion(AnimationStream stream, double time)
Remarks
This is called by
UnityEngine.Animations.IAnimationJob.ProcessRootMotion(UnityEngine.Animations.AnimationStream)
and receives the Animancer.AnimancerState.TimeD
.
Parameters
Name | Type | Description |
---|---|---|
stream | AnimationStream | |
time | double |
Return Value
Type | Description |
---|---|
void |