C# Class SpriteSizer, urban-survivors

Inheritance: ScriptableWizard
Show file Open project: exdev/urban-survivors Class Usage Examples

Public Properties

Property Type Description
applyToAllInScene bool
applyToAllPrefabs bool
disablePixelPerfect bool
onlyApplyToSelected bool
renderCamera Camera
targetScreenHeight int

Public Methods

Method Description
FindSprites ( ) : void
LoadSettings ( ) : void
OnWizardCreate ( ) : void
OnWizardUpdate ( ) : void
SaveSettings ( ) : void
ScanProjectFolder ( ArrayList sprites ) : void

Private Methods

Method Description
StartSizingSprites ( ) : void

Method Details

FindSprites() public method

public FindSprites ( ) : void
return void

LoadSettings() public method

public LoadSettings ( ) : void
return void

OnWizardCreate() public method

public OnWizardCreate ( ) : void
return void

OnWizardUpdate() public method

public OnWizardUpdate ( ) : void
return void

SaveSettings() public method

public SaveSettings ( ) : void
return void

ScanProjectFolder() public method

public ScanProjectFolder ( ArrayList sprites ) : void
sprites ArrayList
return void

Property Details

applyToAllInScene public property

public bool applyToAllInScene
return bool

applyToAllPrefabs public property

public bool applyToAllPrefabs
return bool

disablePixelPerfect public property

public bool disablePixelPerfect
return bool

onlyApplyToSelected public property

public bool onlyApplyToSelected
return bool

renderCamera public property

public Camera renderCamera
return Camera

targetScreenHeight public property

public int targetScreenHeight
return int