C# Class MovingBar, chronojump

Inheritance: MonoBehaviour
Datei anzeigen Open project: GNOME/chronojump

Public Properties

Property Type Description
AltoTop int
Layout Pango.Layout
Pen_bar_bg Gdk.GC
Result double
Simulated bool
Step int
Width int
X int
Y int
YTop int

Public Methods

Method Description
MovingBar ( int x, int y, int width, int yTop, int altoTop, Gdk pen_bar_bg, bool simulated, double result, Pango layout ) : System
Next ( ) : void

Method Details

MovingBar() public method

public MovingBar ( int x, int y, int width, int yTop, int altoTop, Gdk pen_bar_bg, bool simulated, double result, Pango layout ) : System
x int
y int
width int
yTop int
altoTop int
pen_bar_bg Gdk
simulated bool
result double
layout Pango
return System

Next() public method

public Next ( ) : void
return void

Property Details

AltoTop public_oe property

public int AltoTop
return int

Layout public_oe property

public Layout,Pango Layout
return Pango.Layout

Pen_bar_bg public_oe property

public Gdk.GC Pen_bar_bg
return Gdk.GC

Result public_oe property

public double Result
return double

Simulated public_oe property

public bool Simulated
return bool

Step public_oe property

public int Step
return int

Width public_oe property

public int Width
return int

X public_oe property

public int X
return int

Y public_oe property

public int Y
return int

YTop public_oe property

public int YTop
return int