C# Class FlatRedBall.Glue.SaveClasses.IElementHelper

Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Méthode Description
CleanUnusedVariablesFromStates ( this element ) : void
ContainsRecursively ( this element, ReferencedFileSave whatToLookFor ) : bool
GetAllStatesReferencingObject ( this element, string objectName ) : List
RefreshStatesToCustomVariables ( this element ) : void
RemoveState ( this elementToRemoveFrom, StateSave stateSave ) : void

Method Details

CleanUnusedVariablesFromStates() public static méthode

public static CleanUnusedVariablesFromStates ( this element ) : void
element this
Résultat void

ContainsRecursively() public static méthode

public static ContainsRecursively ( this element, ReferencedFileSave whatToLookFor ) : bool
element this
whatToLookFor ReferencedFileSave
Résultat bool

GetAllStatesReferencingObject() public static méthode

public static GetAllStatesReferencingObject ( this element, string objectName ) : List
element this
objectName string
Résultat List

RefreshStatesToCustomVariables() public static méthode

public static RefreshStatesToCustomVariables ( this element ) : void
element this
Résultat void

RemoveState() public static méthode

public static RemoveState ( this elementToRemoveFrom, StateSave stateSave ) : void
elementToRemoveFrom this
stateSave StateSave
Résultat void