C# Class EditorObjects.Cleaners.ScnxCleaner

Show file Open project: vchelaru/FlatRedBall

Public Properties

Property Type Description
CameraSave FlatRedBall.Content.Scene.CameraSave
CameraSaveType System.Type
SpriteFrameSave SpriteFrameSave
SpriteFrameSaveType System.Type
SpriteSave SpriteSave
SpriteSaveType System.Type
TextSave FlatRedBall.Content.Saves.TextSave
TextSaveType System.Type

Public Methods

Method Description
Clean ( string fileName ) : void

Method Details

Clean() public static method

public static Clean ( string fileName ) : void
fileName string
return void

Property Details

CameraSave public static property

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

CameraSaveType public static property

public static Type,System CameraSaveType
return System.Type

SpriteFrameSave public static property

public static SpriteFrameSave SpriteFrameSave
return SpriteFrameSave

SpriteFrameSaveType public static property

public static Type,System SpriteFrameSaveType
return System.Type

SpriteSave public static property

public static SpriteSave SpriteSave
return SpriteSave

SpriteSaveType public static property

public static Type,System SpriteSaveType
return System.Type

TextSave public static property

public static TextSave,FlatRedBall.Content.Saves TextSave
return FlatRedBall.Content.Saves.TextSave

TextSaveType public static property

public static Type,System TextSaveType
return System.Type