Class BoxBoundsHandle
Inheritance
BoxBoundsHandle
Assembly: UnityEditor.dll
Syntax
public class BoxBoundsHandle : PrimitiveBoundsHandle
Constructors
|
Improve this Doc
View Source
BoxBoundsHandle()
Declaration
|
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
Methods
|
Improve this Doc
View Source
DrawWireframe()
Declaration
protected override void DrawWireframe()
Overrides
Extension Methods