Adventure Creator  1.79.1
An adventure game toolkit for Unity, by Chris Burton, ICEBOX Studios 2013-2022
AC.CharacterAnimation3DBehaviour Class Reference
Inheritance diagram for AC.CharacterAnimation3DBehaviour:

Public Member Functions

override void OnBehaviourPause (Playable playable, FrameData info)
 
void Init (CharacterAnimation3DShot _activeShot, float _moveScaleFactor, float _turnScaleFactor)
 
override void ProcessFrame (Playable playable, FrameData info, object playerData)
 

Protected Attributes

CharacterAnimation3DShot activeShot
 
Vector3 lastFramePosition
 
Vector3 lastFrameForward
 
Char character
 

Detailed Description

A PlayableBehaviour that allows for automatic animation playback of 3D characters, according to how they are moving.