AnimancerStateDrawer<T>.

DoTimeHighlightBarGUI(Rect, bool, 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 void DoTimeHighlightBarGUI(Rect area, bool isPlaying, float weight, float time, float length, bool isLooping)

Parameters

Name Type Description
area Rect
isPlaying bool
weight float
time float
length float
isLooping bool

Return Value

Type Description
void