C# 클래스 FlatRedBall.Content.Instructions.InstructionSetSave

파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Instructions List
SceneFileName string
Target string

공개 메소드들

메소드 설명
AddInstructions ( IList listToAdd, string name ) : void
FromFile ( string fileName ) : InstructionSetSave
InstructionSetSave ( ) : System
Save ( string fileName ) : void
ToInstructionSet ( FlatRedBall scene ) : InstructionSet
ToInstructionSet ( IInstructable instructable ) : InstructionSet

메소드 상세

AddInstructions() 공개 메소드

public AddInstructions ( IList listToAdd, string name ) : void
listToAdd IList
name string
리턴 void

FromFile() 공개 정적인 메소드

public static FromFile ( string fileName ) : InstructionSetSave
fileName string
리턴 InstructionSetSave

InstructionSetSave() 공개 메소드

public InstructionSetSave ( ) : System
리턴 System

Save() 공개 메소드

public Save ( string fileName ) : void
fileName string
리턴 void

ToInstructionSet() 공개 메소드

public ToInstructionSet ( FlatRedBall scene ) : InstructionSet
scene FlatRedBall
리턴 InstructionSet

ToInstructionSet() 공개 메소드

public ToInstructionSet ( IInstructable instructable ) : InstructionSet
instructable IInstructable
리턴 InstructionSet

프로퍼티 상세

Instructions 공개적으로 프로퍼티

public List Instructions
리턴 List

SceneFileName 공개적으로 프로퍼티

public string SceneFileName
리턴 string

Target 공개적으로 프로퍼티

public string Target
리턴 string