Handles.SizeFunction

public delegate float SizeFunction(Vector3 position);

Parameters

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

Description 描述

A delegate type for getting a handle's size based on its current position.