This version of Unity is unsupported.

ArcHandle.angleHandleSizeFunction

public Handles.SizeFunction angleHandleSizeFunction;

Description

The SizeFunction to specify how large the angle control handle should be.

Defaults to DefaultAngleHandleSizeFunction for new instances of ArcHandle. The angle handle will be drawn with a size of 0 if a value of null is assigned.

See Also: angleHandleDrawFunction.