C# Class EditorObjects.EditorSettings.AIEditorPropertiesSave

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

Méthodes publiques

Свойство Type Description
BoundsCamera FlatRedBall.Content.Scene.CameraSave
BoundsVisible bool
Camera FlatRedBall.Content.Scene.CameraSave

Méthodes publiques

Méthode Description
AIEditorPropertiesSave ( ) : System
Load ( string fileName ) : AIEditorPropertiesSave
Save ( string fileName ) : void
SetFromRuntime ( Camera camera, Camera boundsCamera, bool boundsVisible ) : void

Method Details

AIEditorPropertiesSave() public méthode

public AIEditorPropertiesSave ( ) : System
Résultat System

Load() public static méthode

public static Load ( string fileName ) : AIEditorPropertiesSave
fileName string
Résultat AIEditorPropertiesSave

Save() public méthode

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

SetFromRuntime() public méthode

public SetFromRuntime ( Camera camera, Camera boundsCamera, bool boundsVisible ) : void
camera FlatRedBall.Camera
boundsCamera FlatRedBall.Camera
boundsVisible bool
Résultat void

Property Details

BoundsCamera public_oe property

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

BoundsVisible public_oe property

public bool BoundsVisible
Résultat bool

Camera public_oe property

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