Show / Hide Table of Contents

Class BoxBoundsHandle

Inheritance
Object
PrimitiveBoundsHandle
BoxBoundsHandle
Inherited Members
PrimitiveBoundsHandle.DefaultMidpointHandleSizeFunction(Vector3)
PrimitiveBoundsHandle.center
PrimitiveBoundsHandle.axes
PrimitiveBoundsHandle.handleColor
PrimitiveBoundsHandle.wireframeColor
PrimitiveBoundsHandle.midpointHandleDrawFunction
PrimitiveBoundsHandle.midpointHandleSizeFunction
PrimitiveBoundsHandle.SetColor(Color)
PrimitiveBoundsHandle.DrawHandle()
PrimitiveBoundsHandle.OnHandleChanged(PrimitiveBoundsHandle.HandleDirection, Bounds, Bounds)
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 BoxBoundsHandle : PrimitiveBoundsHandle

Constructors

| Improve this Doc View Source

BoxBoundsHandle()

Declaration
public BoxBoundsHandle()
| Improve this Doc View Source

BoxBoundsHandle(Int32)

Declaration
[Obsolete("Use parameterless constructor instead.")]
public BoxBoundsHandle(int controlIDHint)
Parameters
Type Name Description
Int32 controlIDHint

Properties

| Improve this Doc View Source

size

Declaration
public Vector3 size { get; set; }
Property Value
Type Description
Vector3

Methods

| Improve this Doc View Source

DrawWireframe()

Declaration
protected override void DrawWireframe()
Overrides
PrimitiveBoundsHandle.DrawWireframe()

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