Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


DefaultAngleHandleSizeFunction(Vector3)

A Handles.SizeFunction that returns a fixed screen-space size.
Read time 1 minuteLast updated 12 days ago

Definition

public static float DefaultAngleHandleSizeFunction(Vector3 position)

Parameters

position

The current position of the handle in the space of Handles.matrix.

Returns

Type

Description

floatThe size to use for a handle at the specified position.

Remarks

This method is the default value assigned to ArcHandle.angleHandleSizeFunction for new ArcHandle instances, and is not intended to be called on its own.