MixerTransitionDrawer.

SplitListRect(Rect, bool, Rect, Rect, Rect, Rect) Method

Summary

Splits the specified `area` into separate sections.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
MixerTransitionDrawer

Syntax

protected void SplitListRect(Rect area, bool isHeader, out Rect animation, out Rect threshold, out Rect speed, out Rect sync)

Parameters

Name Type Description
area Rect
isHeader bool
animation Rect
threshold Rect
speed Rect
sync Rect

Return Value

Type Description
void