AnimancerStateDrawer<T>.

DoTimeHighlightBarGUI(Rect, bool, float, float, float, float, bool) Method

Summary

Draws a progress bar to show the animation time.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
AnimancerStateDrawer<T>

Syntax

public static Rect DoTimeHighlightBarGUI(Rect area, bool isPlaying, float effectiveWeight, float time, float speed, float length, bool isLooping)

Parameters

Name Type Description
area Rect
isPlaying bool
effectiveWeight float
time float
speed float
length float
isLooping bool

Return Value

Type Description
Rect