public class SpinInfoPublic Class SpinInfoCylinderIndex - Index of a Cylinder that this object describes.
ScrollVelocity - The velocity at which the Cylinder should be spun.
SpinTime - The time in miliseconds to spin the Cylinder.
LandingPosition - An index of an item in the described Cylinder which it should stop at after it has finished spinning.
| SpinInfo | Initializes a new instance of SpinInfo class. |
| CompareSpinInfoByCylinderIndex | Comparer for SpinInfo objects. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| CylinderIndex | An index of Cylinder which this SpinInfo instance describes. |
| LandingPosition | An index of an item to stop the Cylinder at after spinning has completed. |
| ScrollVelocity | Specifies the velocity and direction of scrolling. |
| SpinTime | Specifies the time in miliseconds to scroll the Cylinder. |