C# 클래스 GlueView.Facades.GlueProjectSaveCommands

파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 메소드들

메소드 설명
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