FMEditorGUI.

StealFromRight(Rect, float, float) Method

Summary

Subtracts the `width` from the right side of the `area` and returns a new UnityEngine.Rect occupying the removed section.
Assembly
FlexiMotion.dll
Namespace
FlexiMotion.Editor
Containing Type
FMEditorGUI

Syntax

public static Rect StealFromRight(ref Rect area, float width, float padding = 0)

Parameters

Name Type Description
area Rect
width float
padding float

Return Value

Type Description
Rect