C# Class Cycler, Team-7

Inheritance: MonoBehaviour
显示文件 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_oe property

public float offset
return float

radiusX public_oe property

public float radiusX
return float

radiusY public_oe property

public float radiusY
return float

rotX public_oe property

public bool rotX
return bool

rotationOffset public_oe property

public float rotationOffset
return float

rotationSpeed public_oe property

public float rotationSpeed
return float

speed public_oe property

public float speed
return float