using JetBrains.Annotations; namespace Display { [PublicAPI] public enum MeshDisplayState { Opaque, SemiTransparent, Off } }