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

An XML serializable list of InstructionSetSaves.
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AnimationSequenceSaves List
InstructionSetSaves List
SceneFileName string

공개 메소드들

메소드 설명
FromFile ( string fileName ) : InstructionSetSaveList
Save ( string fileName ) : void
ToAnimationSequenceList ( List instructionSets ) : List
ToInstructionSetList ( FlatRedBall scene ) : List
ToInstructionSetList ( IInstructable iinstructable ) : List

메소드 상세

FromFile() 공개 정적인 메소드

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

Save() 공개 메소드

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

ToAnimationSequenceList() 공개 메소드

public ToAnimationSequenceList ( List instructionSets ) : List
instructionSets List
리턴 List

ToInstructionSetList() 공개 메소드

public ToInstructionSetList ( FlatRedBall scene ) : List
scene FlatRedBall
리턴 List

ToInstructionSetList() 공개 메소드

public ToInstructionSetList ( IInstructable iinstructable ) : List
iinstructable IInstructable
리턴 List

프로퍼티 상세

AnimationSequenceSaves 공개적으로 프로퍼티

public List AnimationSequenceSaves
리턴 List

InstructionSetSaves 공개적으로 프로퍼티

public List InstructionSetSaves
리턴 List

SceneFileName 공개적으로 프로퍼티

public string SceneFileName
리턴 string