Show / Hide Table of Contents

Class CapsuleBoundsHandle

Inheritance
Object
PrimitiveBoundsHandle
CapsuleBoundsHandle
Inherited Members
PrimitiveBoundsHandle.DefaultMidpointHandleSizeFunction(Vector3)
PrimitiveBoundsHandle.center
PrimitiveBoundsHandle.axes
PrimitiveBoundsHandle.handleColor
PrimitiveBoundsHandle.wireframeColor
PrimitiveBoundsHandle.midpointHandleDrawFunction
PrimitiveBoundsHandle.midpointHandleSizeFunction
PrimitiveBoundsHandle.SetColor(Color)
PrimitiveBoundsHandle.DrawHandle()
PrimitiveBoundsHandle.GetSize()
PrimitiveBoundsHandle.SetSize(Vector3)
PrimitiveBoundsHandle.IsAxisEnabled(PrimitiveBoundsHandle.Axes)
PrimitiveBoundsHandle.IsAxisEnabled(Int32)
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor.IMGUI.Controls
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
Type Description
Single
| Improve this Doc View Source

heightAxis

Declaration
public CapsuleBoundsHandle.HeightAxis heightAxis { get; set; }
Property Value
Type Description
CapsuleBoundsHandle.HeightAxis
| Improve this Doc View Source

radius

Declaration
public float radius { get; set; }
Property Value
Type Description
Single

Methods

| Improve this Doc View Source

DrawWireframe()

Declaration
protected override void DrawWireframe()
Overrides
PrimitiveBoundsHandle.DrawWireframe()
| Improve this Doc View Source

OnHandleChanged(PrimitiveBoundsHandle.HandleDirection, Bounds, Bounds)

Declaration
protected override Bounds OnHandleChanged(PrimitiveBoundsHandle.HandleDirection handle, Bounds boundsOnClick, Bounds newBounds)
Parameters
Type Name Description
PrimitiveBoundsHandle.HandleDirection handle
Bounds boundsOnClick
Bounds newBounds
Returns
Type Description
Bounds
Overrides
PrimitiveBoundsHandle.OnHandleChanged(PrimitiveBoundsHandle.HandleDirection, Bounds, Bounds)

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX