C# Class MenuPan, clockwork

Inheritance: MonoBehaviour
Show file Open project: shadowseer99/clockwork Class Usage Examples

Public Properties

Property Type Description
speed float
xmax int
xmin int
ymax int
ymin int

Public Methods

Method Description
FixedUpdate ( ) : void
Start ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

speed public property

public float speed
return float

xmax public property

public int xmax
return int

xmin public property

public int xmin
return int

ymax public property

public int ymax
return int

ymin public property

public int ymin
return int