C# Class Gum.Managers.StandardElementsManager

ファイルを表示 Open project: vchelaru/FlatRedBall

Public Methods

Method Description
AddStandardElementSaveInstance ( GumProjectSave gumProjectSave, string type ) : StandardElementSave
GetDefaultStateFor ( string type ) : StateSave
Initialize ( ) : void
IsDefaultType ( string type ) : bool
PopulateProjectWithDefaultStandards ( GumProjectSave gumProjectSave ) : void

Private Methods

Method Description
AddColorVariables ( StateSave stateSave, bool includeAlpha = true ) : void
AddDimensionsVariables ( StateSave stateSave, float defaultWidth, float defaultHeight, DimensionVariableAction dimensionVariableAction ) : void
AddParentVariables ( StateSave variables ) : void
AddPositioningVariables ( StateSave stateSave ) : void
AddStateVariable ( StateSave stateSave ) : void
ApplySortValuesFromOrderInState ( StateSave stateSave ) : void

Method Details

AddStandardElementSaveInstance() public method

public AddStandardElementSaveInstance ( GumProjectSave gumProjectSave, string type ) : StandardElementSave
gumProjectSave Gum.DataTypes.GumProjectSave
type string
return Gum.DataTypes.StandardElementSave

GetDefaultStateFor() public method

public GetDefaultStateFor ( string type ) : StateSave
type string
return StateSave

Initialize() public method

public Initialize ( ) : void
return void

IsDefaultType() public method

public IsDefaultType ( string type ) : bool
type string
return bool

PopulateProjectWithDefaultStandards() public method

public PopulateProjectWithDefaultStandards ( GumProjectSave gumProjectSave ) : void
gumProjectSave Gum.DataTypes.GumProjectSave
return void