C# Class tk2dCameraEditor.Preset, Malisse

Show file Open project: Collegiennes/Malisse

Public Properties

Property Type Description
height int
name string
width int

Public Methods

Method Description
Preset ( string name, int width, int height )

Method Details

Preset() public method

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

Property Details

height public property

public int height
return int

name public property

public string name
return string

width public property

public int width
return int