C# Класс GlueView.Facades.GlueProjectSaveCommands

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
UpdateIElementVariable ( ElementRuntime elementRuntime, string variableToUpdate ) : void

Описание методов

GlueProjectSaveCommands() публичный Метод

public GlueProjectSaveCommands ( ) : System
Результат System

SaveElement() публичный Метод

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
Результат void

SaveElement() публичный Метод

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
Результат void

SaveGlux() публичный Метод

Saves the GlueViewState.Self.CurrentGlueProject
public SaveGlux ( ) : void
Результат void

UpdateIElementVariables() публичный Метод

public UpdateIElementVariables ( ElementRuntime elementRuntime, List variables ) : void
elementRuntime FlatRedBall.Glue.ElementRuntime
variables List
Результат void