C# Class tk2dCameraEditor.Preset, Malisse

Afficher le fichier Open project: Collegiennes/Malisse

Méthodes publiques

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

Méthodes publiques

Méthode Description
Preset ( string name, int width, int height )

Method Details

Preset() public méthode

public Preset ( string name, int width, int height )
name string
width int
height int

Property Details

height public_oe property

public int height
Résultat int

name public_oe property

public string name
Résultat string

width public_oe property

public int width
Résultat int