C# Class Gum.Managers.StandardElementsManager

Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public AddStandardElementSaveInstance ( GumProjectSave gumProjectSave, string type ) : StandardElementSave
gumProjectSave Gum.DataTypes.GumProjectSave
type string
Résultat Gum.DataTypes.StandardElementSave

GetDefaultStateFor() public méthode

public GetDefaultStateFor ( string type ) : StateSave
type string
Résultat StateSave

Initialize() public méthode

public Initialize ( ) : void
Résultat void

IsDefaultType() public méthode

public IsDefaultType ( string type ) : bool
type string
Résultat bool

PopulateProjectWithDefaultStandards() public méthode

public PopulateProjectWithDefaultStandards ( GumProjectSave gumProjectSave ) : void
gumProjectSave Gum.DataTypes.GumProjectSave
Résultat void