Method | Description | |
---|---|---|
CreateGraphicalComponent ( this graphicalElement, |
||
CreateGueForElement ( ElementSave elementSave, bool fullInstantiation = false ) : GraphicalUiElement | ||
RegisterGueInstantiationType ( string elementName, Type gueInheritingType ) : void | ||
SetGraphicalUiElement ( this elementSave, GraphicalUiElement toReturn, SystemManagers systemManagers ) : void | ||
SetStatesAndCategoriesRecursively ( this graphicalElement, ElementSave elementSave ) : void | ||
SetVariablesRecursively ( this graphicalElement, ElementSave elementSave, Gum stateSave ) : void | ||
SetVariablesTopLevel ( this graphicalElement, ElementSave elementSave, Gum stateSave ) : void | ||
ToGraphicalUiElement ( this elementSave, SystemManagers systemManagers, bool addToManagers ) : GraphicalUiElement |
Method | Description | |
---|---|---|
AddExposedVariablesRecursively ( this graphicalElement, |
||
CreateChildrenRecursively ( this graphicalElement, |
||
SetVariablesRecursively ( this graphicalElement, ElementSave elementSave ) : void |
public static CreateGraphicalComponent ( this graphicalElement, |
||
graphicalElement | this | |
elementSave | ||
systemManagers | ||
return | void |
public static CreateGueForElement ( ElementSave elementSave, bool fullInstantiation = false ) : GraphicalUiElement | ||
elementSave | ElementSave | |
fullInstantiation | bool | |
return | GraphicalUiElement |
public static RegisterGueInstantiationType ( string elementName, Type gueInheritingType ) : void | ||
elementName | string | |
gueInheritingType | Type | |
return | void |
public static SetGraphicalUiElement ( this elementSave, GraphicalUiElement toReturn, SystemManagers systemManagers ) : void | ||
elementSave | this | |
toReturn | GraphicalUiElement | |
systemManagers | SystemManagers | |
return | void |
public static SetStatesAndCategoriesRecursively ( this graphicalElement, ElementSave elementSave ) : void | ||
graphicalElement | this | |
elementSave | ElementSave | |
return | void |
public static SetVariablesRecursively ( this graphicalElement, ElementSave elementSave, Gum stateSave ) : void | ||
graphicalElement | this | |
elementSave | ElementSave | |
stateSave | Gum | |
return | void |
public static SetVariablesTopLevel ( this graphicalElement, ElementSave elementSave, Gum stateSave ) : void | ||
graphicalElement | this | |
elementSave | ElementSave | |
stateSave | Gum | |
return | void |
public static ToGraphicalUiElement ( this elementSave, SystemManagers systemManagers, bool addToManagers ) : GraphicalUiElement | ||
elementSave | this | |
systemManagers | SystemManagers | |
addToManagers | bool | |
return | GraphicalUiElement |