Class CapsuleBoundsHandle
Inheritance
CapsuleBoundsHandle
Assembly: UnityEditor.dll
Syntax
public class CapsuleBoundsHandle : PrimitiveBoundsHandle
Constructors
|
Improve this Doc
View Source
CapsuleBoundsHandle()
Declaration
public CapsuleBoundsHandle()
|
Improve this Doc
View Source
CapsuleBoundsHandle(Int32)
Declaration
[Obsolete("Use parameterless constructor instead.")]
public CapsuleBoundsHandle(int controlIDHint)
Parameters
Type |
Name |
Description |
Int32 |
controlIDHint |
|
Properties
|
Improve this Doc
View Source
height
Declaration
public float height { get; set; }
Property Value
|
Improve this Doc
View Source
heightAxis
Declaration
public CapsuleBoundsHandle.HeightAxis heightAxis { get; set; }
Property Value
|
Improve this Doc
View Source
radius
Declaration
public float radius { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
DrawWireframe()
Declaration
protected override void DrawWireframe()
Overrides
|
Improve this Doc
View Source
OnHandleChanged(PrimitiveBoundsHandle.HandleDirection, Bounds, Bounds)
Declaration
protected override Bounds OnHandleChanged(PrimitiveBoundsHandle.HandleDirection handle, Bounds boundsOnClick, Bounds newBounds)
Parameters
Returns
Overrides
Extension Methods