ArcHandle.DefaultAngleHandleSizeFunction

Cambiar al Manual
public static float DefaultAngleHandleSizeFunction (Vector3 position);

Parámetros

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

Valor de retorno

float The size to use for a handle at the specified position.

Descripción

A SizeFunction that returns a fixed screen-space size.

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