C# Class Cycler, Team-7

Inheritance: MonoBehaviour
Show file Open project: RUGSoftEng/Team-7 Class Usage Examples

Public Properties

Property Type Description
offset float
radiusX float
radiusY float
rotX bool
rotationOffset float
rotationSpeed float
speed float

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

offset public property

public float offset
return float

radiusX public property

public float radiusX
return float

radiusY public property

public float radiusY
return float

rotX public property

public bool rotX
return bool

rotationOffset public property

public float rotationOffset
return float

rotationSpeed public property

public float rotationSpeed
return float

speed public property

public float speed
return float