diff options
author | chai <chaifix@163.com> | 2020-10-13 10:33:05 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2020-10-13 10:33:05 +0800 |
commit | fc6de82e75310b4c007d80753a5f58e6692f4855 (patch) | |
tree | e6d8d9226595a6727d43f18a218f53533101a4e0 /Assets/ThirdParty/Demigiant/DemiLib/DemiLib.xml | |
parent | 8cd16fb71177bb61a9475284d944bc6aba30740e (diff) |
+misc
Diffstat (limited to 'Assets/ThirdParty/Demigiant/DemiLib/DemiLib.xml')
-rw-r--r-- | Assets/ThirdParty/Demigiant/DemiLib/DemiLib.xml | 72 |
1 files changed, 36 insertions, 36 deletions
diff --git a/Assets/ThirdParty/Demigiant/DemiLib/DemiLib.xml b/Assets/ThirdParty/Demigiant/DemiLib/DemiLib.xml index 16204c74..99e8b59b 100644 --- a/Assets/ThirdParty/Demigiant/DemiLib/DemiLib.xml +++ b/Assets/ThirdParty/Demigiant/DemiLib/DemiLib.xml @@ -1,36 +1,36 @@ -<?xml version="1.0"?> -<doc> - <assembly> - <name>DemiLib</name> - </assembly> - <members> - <member name="F:DG.DemiLib.Core.GUIUtils.isProSkin"> - <summary> - Set when calling <code>DeGUI.BeginGUI</code> - </summary> - </member> - <member name="T:DG.DemiLib.DeColorPalette"> - <summary> - Stores a color palette, which can be passed to default DeGUI layouts when calling <code>DeGUI.BeginGUI</code>, - and changed at any time by calling <code>DeGUI.ChangePalette</code>. - You can inherit from this class to create custom color palettes with more color options. - </summary> - </member> - <member name="T:DG.DemiLib.DeColorBG"> - <summary> - Background colors - </summary> - </member> - <member name="T:DG.DemiLib.DeColorContent"> - <summary> - Content colors - </summary> - </member> - <member name="T:DG.DemiLib.DeSkinColor"> - <summary> - Contains both free and pro skins color variations, - and automatically returns the correct one when converted to Color - </summary> - </member> - </members> -</doc> +<?xml version="1.0"?>
+<doc>
+ <assembly>
+ <name>DemiLib</name>
+ </assembly>
+ <members>
+ <member name="F:DG.DemiLib.Core.GUIUtils.isProSkin">
+ <summary>
+ Set when calling <code>DeGUI.BeginGUI</code>
+ </summary>
+ </member>
+ <member name="T:DG.DemiLib.DeColorPalette">
+ <summary>
+ Stores a color palette, which can be passed to default DeGUI layouts when calling <code>DeGUI.BeginGUI</code>,
+ and changed at any time by calling <code>DeGUI.ChangePalette</code>.
+ You can inherit from this class to create custom color palettes with more color options.
+ </summary>
+ </member>
+ <member name="T:DG.DemiLib.DeColorBG">
+ <summary>
+ Background colors
+ </summary>
+ </member>
+ <member name="T:DG.DemiLib.DeColorContent">
+ <summary>
+ Content colors
+ </summary>
+ </member>
+ <member name="T:DG.DemiLib.DeSkinColor">
+ <summary>
+ Contains both free and pro skins color variations,
+ and automatically returns the correct one when converted to Color
+ </summary>
+ </member>
+ </members>
+</doc>
|