Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CapsuleBoundsHandle

Create a new instance of the CapsuleBoundsHandle class.
Read time 1 minuteLast updated 11 days ago

Definition

CapsuleBoundsHandle(int)

Create a new instance of the CapsuleBoundsHandle class.
Warning
Deprecated. Use parameterless constructor instead.
public CapsuleBoundsHandle(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 CapsuleBoundsHandle instances.

CapsuleBoundsHandle()

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