C# Class SpriteSizer, urban-survivors

Inheritance: ScriptableWizard
Afficher le fichier Open project: exdev/urban-survivors Class Usage Examples

Méthodes publiques

Свойство Type Description
applyToAllInScene bool
applyToAllPrefabs bool
disablePixelPerfect bool
onlyApplyToSelected bool
renderCamera Camera
targetScreenHeight int

Méthodes publiques

Méthode Description
FindSprites ( ) : void
LoadSettings ( ) : void
OnWizardCreate ( ) : void
OnWizardUpdate ( ) : void
SaveSettings ( ) : void
ScanProjectFolder ( ArrayList sprites ) : void

Private Methods

Méthode Description
StartSizingSprites ( ) : void

Method Details

FindSprites() public méthode

public FindSprites ( ) : void
Résultat void

LoadSettings() public méthode

public LoadSettings ( ) : void
Résultat void

OnWizardCreate() public méthode

public OnWizardCreate ( ) : void
Résultat void

OnWizardUpdate() public méthode

public OnWizardUpdate ( ) : void
Résultat void

SaveSettings() public méthode

public SaveSettings ( ) : void
Résultat void

ScanProjectFolder() public méthode

public ScanProjectFolder ( ArrayList sprites ) : void
sprites ArrayList
Résultat void

Property Details

applyToAllInScene public_oe property

public bool applyToAllInScene
Résultat bool

applyToAllPrefabs public_oe property

public bool applyToAllPrefabs
Résultat bool

disablePixelPerfect public_oe property

public bool disablePixelPerfect
Résultat bool

onlyApplyToSelected public_oe property

public bool onlyApplyToSelected
Résultat bool

renderCamera public_oe property

public Camera renderCamera
Résultat Camera

targetScreenHeight public_oe property

public int targetScreenHeight
Résultat int