/// /// Identifies the three main application views. Used only by the top banner /// to map buttons 1–3 to the corresponding view GameObjects (enable/disable). /// public enum ViewMode { LiveView = 0, InverseKinematics = 1, ProgrammedMovements = 2 }