C# Class InstructionEditor.InstructionEditorPropertiesSave

显示文件 Open project: vchelaru/FlatRedBall Class Usage Examples

Public Properties

Property Type Description
CameraBounds FlatRedBall.Content.Scene.CameraSave
CurrentPositionedModelMembersWatching List
CurrentSpriteFrameMembersWatching List
CurrentSpriteMembersWatching List
CurrentTextMembersWatching List
EditorCameraPosition Vector3

Public Methods

Method Description
ApplyToEditor ( ) : void
FromEditorData ( ) : InstructionEditorPropertiesSave
FromFile ( string fileName ) : InstructionEditorPropertiesSave
Save ( string fileName ) : void

Method Details

ApplyToEditor() public method

public ApplyToEditor ( ) : void
return void

FromEditorData() public static method

public static FromEditorData ( ) : InstructionEditorPropertiesSave
return InstructionEditorPropertiesSave

FromFile() public static method

public static FromFile ( string fileName ) : InstructionEditorPropertiesSave
fileName string
return InstructionEditorPropertiesSave

Save() public method

public Save ( string fileName ) : void
fileName string
return void

Property Details

CameraBounds public_oe property

public CameraSave,FlatRedBall.Content.Scene CameraBounds
return FlatRedBall.Content.Scene.CameraSave

CurrentPositionedModelMembersWatching public_oe property

public List CurrentPositionedModelMembersWatching
return List

CurrentSpriteFrameMembersWatching public_oe property

public List CurrentSpriteFrameMembersWatching
return List

CurrentSpriteMembersWatching public_oe property

public List CurrentSpriteMembersWatching
return List

CurrentTextMembersWatching public_oe property

public List CurrentTextMembersWatching
return List

EditorCameraPosition public_oe property

public Vector3 EditorCameraPosition
return Vector3