namespace SplashEdit.RuntimeCode { /// /// UI element types matching the C++ UIElementType enum. /// Values must stay in sync with uisystem.hh. /// public enum PSXUIElementType : byte { Image = 0, Box = 1, Text = 2, Progress = 3 } }