C# Class GlueView.Facades.GlueProjectSaveCommands

Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Méthode Description
GlueProjectSaveCommands ( ) : System
SaveElement ( ElementRuntime elementRuntime ) : void

Saves the X and Y position changes made to the element to the current glux Tells GlueView to ignore the next Glue Save

SaveElement ( ElementRuntime elementRuntime, List variables ) : void

Saves the variables to the glux file. If a variable does not exist, it will be created Tells GlueView to ignore the next Glue Save

SaveGlux ( ) : void

Saves the GlueViewState.Self.CurrentGlueProject

UpdateIElementVariables ( ElementRuntime elementRuntime, List variables ) : void

Private Methods

Méthode Description
UpdateIElementVariable ( ElementRuntime elementRuntime, string variableToUpdate ) : void

Method Details

GlueProjectSaveCommands() public méthode

public GlueProjectSaveCommands ( ) : System
Résultat System

SaveElement() public méthode

Saves the X and Y position changes made to the element to the current glux Tells GlueView to ignore the next Glue Save
public SaveElement ( ElementRuntime elementRuntime ) : void
elementRuntime FlatRedBall.Glue.ElementRuntime
Résultat void

SaveElement() public méthode

Saves the variables to the glux file. If a variable does not exist, it will be created Tells GlueView to ignore the next Glue Save
public SaveElement ( ElementRuntime elementRuntime, List variables ) : void
elementRuntime FlatRedBall.Glue.ElementRuntime
variables List
Résultat void

SaveGlux() public méthode

Saves the GlueViewState.Self.CurrentGlueProject
public SaveGlux ( ) : void
Résultat void

UpdateIElementVariables() public méthode

public UpdateIElementVariables ( ElementRuntime elementRuntime, List variables ) : void
elementRuntime FlatRedBall.Glue.ElementRuntime
variables List
Résultat void