C# (CSharp) Oglr.Core.CustomUITypeEditors Namespace

Classes

Name Description
LinkedItemUiTypeEditor
PathToFileConverter
PathToFileUiTypeEditor A FolderEditor that always starts at the currently selected folder. For use on a property of type: string.
PathToFolderConverter
PathToFolderUiTypeEditor A FolderEditor that always starts at the currently selected folder. For use on a property of type: string.
PathToFolderUsingStringUiTypeEditor A FolderEditor that always starts at the currently selected folder. For use on a property of type: string.
Vector2EditorControl
Vector2UiTypeEditor
XnaColorUiTypeEditor Class extending the ColorEditor which adds the capability to change the alpha value of the color. For use on a property of type: Microsoft.Xna.Framework.Graphics.Color.
XnaColorUiTypeEditor.ColorUiWrapper Wrapper for the private ColorUI class nested within ColorEditor. It publishes its internals via reflection and adds a TrackBar to adjust the alpha value.