Class AxisDirectionUtils
Inheritance
System.Object
AxisDirectionUtils
Namespace: Unity.UIWidgets.painting
Syntax
public static class AxisDirectionUtils
Methods
getAxisDirectionFromAxisReverseAndDirectionality(BuildContext, Axis, Boolean)
Declaration
public static AxisDirection? getAxisDirectionFromAxisReverseAndDirectionality(BuildContext context, Axis axis, bool reverse)
Parameters
Type | Name | Description |
---|---|---|
BuildContext | context | |
Axis | axis | |
System.Boolean | reverse |
Returns
Type | Description |
---|---|
System.Nullable<AxisDirection> |