C# Class MovingBar, chronojump

Inheritance: MonoBehaviour
Show file 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 property

public int AltoTop
return int

Layout public property

public Layout,Pango Layout
return Pango.Layout

Pen_bar_bg public property

public Gdk.GC Pen_bar_bg
return Gdk.GC

Result public property

public double Result
return double

Simulated public property

public bool Simulated
return bool

Step public property

public int Step
return int

Width public property

public int Width
return int

X public property

public int X
return int

Y public property

public int Y
return int

YTop public property

public int YTop
return int