Class JointAngularLimitHandle
Inheritance
JointAngularLimitHandle
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
|
Improve this Doc
View Source
angleHandleSizeFunction
Declaration
public Handles.SizeFunction angleHandleSizeFunction { get; set; }
Property Value
|
Improve this Doc
View Source
fillAlpha
Declaration
public float fillAlpha { get; set; }
Property Value
|
Improve this Doc
View Source
radius
Declaration
public float radius { get; set; }
Property Value
|
Improve this Doc
View Source
wireframeAlpha
Declaration
public float wireframeAlpha { get; set; }
Property Value
|
Improve this Doc
View Source
xHandleColor
Declaration
public Color xHandleColor { get; set; }
Property Value
|
Improve this Doc
View Source
xMax
Declaration
public float xMax { get; set; }
Property Value
|
Improve this Doc
View Source
xMin
Declaration
public float xMin { get; set; }
Property Value
|
Improve this Doc
View Source
xMotion
Declaration
public ConfigurableJointMotion xMotion { get; set; }
Property Value
|
Improve this Doc
View Source
xRange
Declaration
public Vector2 xRange { get; set; }
Property Value
|
Improve this Doc
View Source
yHandleColor
Declaration
public Color yHandleColor { get; set; }
Property Value
|
Improve this Doc
View Source
yMax
Declaration
public float yMax { get; set; }
Property Value
|
Improve this Doc
View Source
yMin
Declaration
public float yMin { get; set; }
Property Value
|
Improve this Doc
View Source
yMotion
Declaration
public ConfigurableJointMotion yMotion { get; set; }
Property Value
|
Improve this Doc
View Source
yRange
Declaration
public Vector2 yRange { get; set; }
Property Value
|
Improve this Doc
View Source
zHandleColor
Declaration
public Color zHandleColor { get; set; }
Property Value
|
Improve this Doc
View Source
zMax
Declaration
public float zMax { get; set; }
Property Value
|
Improve this Doc
View Source
zMin
Declaration
public float zMin { get; set; }
Property Value
|
Improve this Doc
View Source
zMotion
Declaration
public ConfigurableJointMotion zMotion { get; set; }
Property Value
|
Improve this Doc
View Source
zRange
Declaration
public Vector2 zRange { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
DrawHandle()
Declaration
Extension Methods