C# Class FlatRedBall.Glue.SaveClasses.IElementHelper

Datei anzeigen Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method 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 method

public static CleanUnusedVariablesFromStates ( this element ) : void
element this
return void

ContainsRecursively() public static method

public static ContainsRecursively ( this element, ReferencedFileSave whatToLookFor ) : bool
element this
whatToLookFor ReferencedFileSave
return bool

GetAllStatesReferencingObject() public static method

public static GetAllStatesReferencingObject ( this element, string objectName ) : List
element this
objectName string
return List

RefreshStatesToCustomVariables() public static method

public static RefreshStatesToCustomVariables ( this element ) : void
element this
return void

RemoveState() public static method

public static RemoveState ( this elementToRemoveFrom, StateSave stateSave ) : void
elementToRemoveFrom this
stateSave StateSave
return void