|
Adventure Creator 1.85.1
An adventure game toolkit for Unity, by Chris Burton, ICEBOX Studios 2013-2025
|
Public Member Functions | |
| LipSyncShape (int _frame, float _timeIndex, float speed, float fps=15f) | |
Public Attributes | |
| int | frame |
| float | timeIndex |
A data struct of lipsync animation
| AC.LipSyncShape.LipSyncShape | ( | int | _frame, |
| float | _timeIndex, | ||
| float | speed, | ||
| float | fps = 15f ) |
The default Constructor.
| _frame | The animation frame to play |
| _timeIndex | The time index that the animation correlates to |
| speed | The playback speed set by the player |
| fps | The FPS rate set by the third-party LipSync tool |
| int AC.LipSyncShape.frame |
The animation frame to play
| float AC.LipSyncShape.timeIndex |
The time index that the animation correlates to