C# Class exAtlasInfoWizard, ex2d-v1

Inheritance: ScriptableWizard
Afficher le fichier Open project: exdev/ex2d-v1

Méthodes publiques

Свойство Type Description
assetName string
assetPath string
height int
width int

Méthodes publiques

Méthode Description
OnGUI ( ) : void
OnSelectionChange ( ) : void

Private Methods

Méthode Description
Create ( ) : void

Method Details

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

OnSelectionChange() public méthode

public OnSelectionChange ( ) : void
Résultat void

Property Details

assetName public_oe property

public string assetName
Résultat string

assetPath public_oe property

public string assetPath
Résultat string

height public_oe property

public int height
Résultat int

width public_oe property

public int width
Résultat int