C# Class BezierCurves.BezierPoint3DEditor

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

Méthodes publiques

Свойство Type Description
handleCapSize float
pointCapSize float

Méthodes publiques

Méthode Description
DrawPointSceneGUI ( BezierPoint3D point ) : void
DrawPointSceneGUI ( BezierPoint3D point, Handles drawPointFunc, Handles drawHandleFunc ) : void
OnInspectorGUI ( ) : void

Méthodes protégées

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

Private Methods

Méthode Description
MouseButtonDown ( int button ) : bool
MouseButtonUp ( int button ) : bool

Method Details

DrawPointSceneGUI() public static méthode

public static DrawPointSceneGUI ( BezierPoint3D point ) : void
point BezierPoint3D
Résultat void

DrawPointSceneGUI() public static méthode

public static DrawPointSceneGUI ( BezierPoint3D point, Handles drawPointFunc, Handles drawHandleFunc ) : void
point BezierPoint3D
drawPointFunc UnityEditor.Handles
drawHandleFunc UnityEditor.Handles
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

Property Details

handleCapSize public_oe static_oe property

public static float handleCapSize
Résultat float

pointCapSize public_oe static_oe property

public static float pointCapSize
Résultat float