Show / Hide Table of Contents

Class JointAngularLimitHandle

Inheritance
Object
JointAngularLimitHandle
Inherited Members
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 JointAngularLimitHandle

Constructors

| Improve this Doc View Source

JointAngularLimitHandle()

Declaration
public JointAngularLimitHandle()

Properties

| Improve this Doc View Source

angleHandleDrawFunction

Declaration
public Handles.CapFunction angleHandleDrawFunction { get; set; }
Property Value
Type Description
Handles.CapFunction
| Improve this Doc View Source

angleHandleSizeFunction

Declaration
public Handles.SizeFunction angleHandleSizeFunction { get; set; }
Property Value
Type Description
Handles.SizeFunction
| Improve this Doc View Source

fillAlpha

Declaration
public float fillAlpha { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

radius

Declaration
public float radius { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

wireframeAlpha

Declaration
public float wireframeAlpha { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

xHandleColor

Declaration
public Color xHandleColor { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

xMax

Declaration
public float xMax { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

xMin

Declaration
public float xMin { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

xMotion

Declaration
public ConfigurableJointMotion xMotion { get; set; }
Property Value
Type Description
ConfigurableJointMotion
| Improve this Doc View Source

xRange

Declaration
public Vector2 xRange { get; set; }
Property Value
Type Description
Vector2
| Improve this Doc View Source

yHandleColor

Declaration
public Color yHandleColor { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

yMax

Declaration
public float yMax { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

yMin

Declaration
public float yMin { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

yMotion

Declaration
public ConfigurableJointMotion yMotion { get; set; }
Property Value
Type Description
ConfigurableJointMotion
| Improve this Doc View Source

yRange

Declaration
public Vector2 yRange { get; set; }
Property Value
Type Description
Vector2
| Improve this Doc View Source

zHandleColor

Declaration
public Color zHandleColor { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

zMax

Declaration
public float zMax { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

zMin

Declaration
public float zMin { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

zMotion

Declaration
public ConfigurableJointMotion zMotion { get; set; }
Property Value
Type Description
ConfigurableJointMotion
| Improve this Doc View Source

zRange

Declaration
public Vector2 zRange { get; set; }
Property Value
Type Description
Vector2

Methods

| Improve this Doc View Source

DrawHandle()

Declaration
public void DrawHandle()

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