C# Class FlatRedBall.Content.Instructions.InstructionBlueprintListSave

A save class containing a list of InstructionSaves.
Datei anzeigen Open project: vchelaru/FlatRedBall Class Usage Examples

Public Properties

Property Type Description
Instructions List
Name string

Public Methods

Method Description
FromInstructionBlueprintList ( InstructionBlueprintList InstructionBlueprintList ) : InstructionBlueprintListSave
InstructionBlueprintListSave ( ) : System
ToInstructionBlueprintList ( ) : InstructionBlueprintList

Method Details

FromInstructionBlueprintList() public static method

public static FromInstructionBlueprintList ( InstructionBlueprintList InstructionBlueprintList ) : InstructionBlueprintListSave
InstructionBlueprintList InstructionBlueprintList
return InstructionBlueprintListSave

InstructionBlueprintListSave() public method

public InstructionBlueprintListSave ( ) : System
return System

ToInstructionBlueprintList() public method

public ToInstructionBlueprintList ( ) : InstructionBlueprintList
return InstructionBlueprintList

Property Details

Instructions public_oe property

public List Instructions
return List

Name public_oe property

public string Name
return string