Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SphereBoundsHandle

Create a new instance of the SphereBoundsHandle class.
Read time 1 minuteLast updated 12 days ago

Definition

SphereBoundsHandle(int)

Create a new instance of the SphereBoundsHandle class.
Warning
Deprecated. Use parameterless constructor instead.
public SphereBoundsHandle(int controlIDHint)

Parameters

controlIDHint

An integer value used to generate consistent control IDs for each control handle on this instance. Avoid using the same value for all of your SphereBoundsHandle instances.

SphereBoundsHandle()

Create a new instance of the SphereBoundsHandle class.
public SphereBoundsHandle()