C# Class EditorObjects.Cleaners.ScnxCleaner

Mostra 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_oe static_oe property

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

CameraSaveType public_oe static_oe property

public static Type,System CameraSaveType
return System.Type

SpriteFrameSave public_oe static_oe property

public static SpriteFrameSave SpriteFrameSave
return SpriteFrameSave

SpriteFrameSaveType public_oe static_oe property

public static Type,System SpriteFrameSaveType
return System.Type

SpriteSave public_oe static_oe property

public static SpriteSave SpriteSave
return SpriteSave

SpriteSaveType public_oe static_oe property

public static Type,System SpriteSaveType
return System.Type

TextSave public_oe static_oe property

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

TextSaveType public_oe static_oe property

public static Type,System TextSaveType
return System.Type