C# Class FlatRedBall.Glue.SaveClasses.StateSave

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

Méthodes publiques

Свойство Type Description
InstructionSaves List

Méthodes publiques

Méthode Description
AssignsVariable ( CustomVariable variable ) : bool
Clone ( ) : StateSave
SortInstructionSaves ( List customVariables ) : void
ToString ( ) : string

Method Details

AssignsVariable() public méthode

public AssignsVariable ( CustomVariable variable ) : bool
variable CustomVariable
Résultat bool

Clone() public méthode

public Clone ( ) : StateSave
Résultat StateSave

SortInstructionSaves() public méthode

public SortInstructionSaves ( List customVariables ) : void
customVariables List
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

InstructionSaves public_oe property

public List InstructionSaves
Résultat List