C# Class InstructionEditor.InstructionEditorPropertiesSave

Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Свойство Type Description
CameraBounds FlatRedBall.Content.Scene.CameraSave
CurrentPositionedModelMembersWatching List
CurrentSpriteFrameMembersWatching List
CurrentSpriteMembersWatching List
CurrentTextMembersWatching List
EditorCameraPosition Vector3

Méthodes publiques

Méthode Description
ApplyToEditor ( ) : void
FromEditorData ( ) : InstructionEditorPropertiesSave
FromFile ( string fileName ) : InstructionEditorPropertiesSave
Save ( string fileName ) : void

Method Details

ApplyToEditor() public méthode

public ApplyToEditor ( ) : void
Résultat void

FromEditorData() public static méthode

public static FromEditorData ( ) : InstructionEditorPropertiesSave
Résultat InstructionEditorPropertiesSave

FromFile() public static méthode

public static FromFile ( string fileName ) : InstructionEditorPropertiesSave
fileName string
Résultat InstructionEditorPropertiesSave

Save() public méthode

public Save ( string fileName ) : void
fileName string
Résultat void

Property Details

CameraBounds public_oe property

public CameraSave,FlatRedBall.Content.Scene CameraBounds
Résultat FlatRedBall.Content.Scene.CameraSave

CurrentPositionedModelMembersWatching public_oe property

public List CurrentPositionedModelMembersWatching
Résultat List

CurrentSpriteFrameMembersWatching public_oe property

public List CurrentSpriteFrameMembersWatching
Résultat List

CurrentSpriteMembersWatching public_oe property

public List CurrentSpriteMembersWatching
Résultat List

CurrentTextMembersWatching public_oe property

public List CurrentTextMembersWatching
Résultat List

EditorCameraPosition public_oe property

public Vector3 EditorCameraPosition
Résultat Vector3