C# Class ToolTemplate.Gui.GuiData

Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

Méthode Description
Initialize ( ) : void
UpdateToSpline ( Spline spline ) : void
UpdateToSplinePoint ( SplinePoint splinePoint ) : void

Private Methods

Méthode Description
AfterRemoveSpline ( ) : void
CreateMenuStrip ( ) : void
CreateSplineListDisplayWindow ( ) : void
CreatedDisplayers ( ) : void
HandleSplinePointSelect ( object sender, EventArgs e ) : void
HandleSplineSelect ( object sender, EventArgs e ) : void

Method Details

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

UpdateToSpline() public static méthode

public static UpdateToSpline ( Spline spline ) : void
spline Spline
Résultat void

UpdateToSplinePoint() public static méthode

public static UpdateToSplinePoint ( SplinePoint splinePoint ) : void
splinePoint FlatRedBall.Math.Splines.SplinePoint
Résultat void