Public classes
|
TrivisionPrism
Single prism of trivision board. Prism contains 3 sides and 2 triangluar shaped bases. Each side of prism contain small part of 3 different images used by trivision board. Enums
Methods
Enums public enum RotationStyle Enumeration of different styles how prism can rotate.
Methods public void SetSideInstantly (int sideIndex) Set certain side of this prism to point forward instantly. This will cancel any possible transitions in progress.
public void StartTransitionToSide (int sideIndex, float timeSeconds, RotationStyle rotationStyle, float delaySeconds) Starts transition from current rotation to another rotation so that in the end wanted side is pointing forward.
|