C# Class BezierCurves.BezierPoint3DEditor

Inheritance: UnityEditor.Editor
Show file Open project: dbrizov/Unity-BezierCurves Class Usage Examples

Public Properties

Property Type Description
handleCapSize float
pointCapSize float

Public Methods

Method Description
DrawPointSceneGUI ( BezierPoint3D point ) : void
DrawPointSceneGUI ( BezierPoint3D point, Handles drawPointFunc, Handles drawHandleFunc ) : void
OnInspectorGUI ( ) : void

Protected Methods

Method Description
OnEnable ( ) : void
OnSceneGUI ( ) : void

Private Methods

Method Description
MouseButtonDown ( int button ) : bool
MouseButtonUp ( int button ) : bool

Method Details

DrawPointSceneGUI() public static method

public static DrawPointSceneGUI ( BezierPoint3D point ) : void
point BezierPoint3D
return void

DrawPointSceneGUI() public static method

public static DrawPointSceneGUI ( BezierPoint3D point, Handles drawPointFunc, Handles drawHandleFunc ) : void
point BezierPoint3D
drawPointFunc UnityEditor.Handles
drawHandleFunc UnityEditor.Handles
return void

OnEnable() protected method

protected OnEnable ( ) : void
return void

OnInspectorGUI() public method

public OnInspectorGUI ( ) : void
return void

OnSceneGUI() protected method

protected OnSceneGUI ( ) : void
return void

Property Details

handleCapSize public static property

public static float handleCapSize
return float

pointCapSize public static property

public static float pointCapSize
return float