C# Class BezierCurves.BezierCurve3DEditor

Inheritance: UnityEditor.Editor
Afficher le fichier Open project: dbrizov/Unity-BezierCurves Class Usage Examples

Méthodes publiques

Méthode Description
DrawPointsSceneGUI ( BezierCurve3D curve, BezierPoint3D exclude = null ) : void
OnInspectorGUI ( ) : void

Méthodes protégées

Méthode Description
OnEnable ( ) : void
OnSceneGUI ( ) : void

Private Methods

Méthode Description
AddDefaultPoints ( BezierCurve3D curve ) : void
AddKeyPointAt ( BezierCurve3D curve, int index ) : BezierPoint3D
CreateBezeirCurve ( ) : void
DrawElementCallback ( Rect rect, int index, bool isActive, bool isFocused ) : void
RemoveKeyPointAt ( BezierCurve3D curve, int index ) : bool
RenamePoints ( BezierCurve3D curve ) : void

Method Details

DrawPointsSceneGUI() public static méthode

public static DrawPointsSceneGUI ( BezierCurve3D curve, BezierPoint3D exclude = null ) : void
curve BezierCurve3D
exclude BezierPoint3D
Résultat void

OnEnable() protected méthode

protected OnEnable ( ) : void
Résultat void

OnInspectorGUI() public méthode

public OnInspectorGUI ( ) : void
Résultat void

OnSceneGUI() protected méthode

protected OnSceneGUI ( ) : void
Résultat void