Property | Type | Description | |
---|---|---|---|
Instructions | List |
||
SceneFileName | string | ||
Target | string |
Method | Description | |
---|---|---|
AddInstructions ( IList |
||
FromFile ( string fileName ) : |
||
InstructionSetSave ( ) : System | ||
Save ( string fileName ) : void | ||
ToInstructionSet ( FlatRedBall scene ) : InstructionSet | ||
ToInstructionSet ( IInstructable instructable ) : InstructionSet |
public AddInstructions ( IList |
||
listToAdd | IList |
|
name | string | |
return | void |
public static FromFile ( string fileName ) : |
||
fileName | string | |
return |
public ToInstructionSet ( FlatRedBall scene ) : InstructionSet | ||
scene | FlatRedBall | |
return | InstructionSet |
public ToInstructionSet ( IInstructable instructable ) : InstructionSet | ||
instructable | IInstructable | |
return | InstructionSet |