namespace Rokid.UXR.Interaction { /// /// Describes the orientation in which the cylinder will be used. /// public enum CylinderOrientation { /// /// Cylinder is used in a vertical orientation /// Vertical, /// /// Cylinder is used in a horizontal orientation /// Horizontal, } }