C# Class MenuPan, clockwork

Inheritance: MonoBehaviour
Exibir arquivo 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_oe property

public float speed
return float

xmax public_oe property

public int xmax
return int

xmin public_oe property

public int xmin
return int

ymax public_oe property

public int ymax
return int

ymin public_oe property

public int ymin
return int