ManualMixerTransition.Drawer.

ManualMixerTransition.

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

Summary

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

Syntax

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

Parameters

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

Return Value

Type Description
void