summaryrefslogtreecommitdiff
path: root/Assets/ThirdParty/Demigiant/DemiLib/DemiLib.xml
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2020-10-13 07:02:26 +0800
committerchai <chaifix@163.com>2020-10-13 07:02:26 +0800
commit58a47386a711746d17c5c66ac897a53f7a4aad4b (patch)
treee73d4906280793b5fb3070fe258333e0ad988115 /Assets/ThirdParty/Demigiant/DemiLib/DemiLib.xml
parent8b384dffa0d9c63c7a657c6e567c2ddefbf046cd (diff)
+samurai & ninja animations
Diffstat (limited to 'Assets/ThirdParty/Demigiant/DemiLib/DemiLib.xml')
-rw-r--r--Assets/ThirdParty/Demigiant/DemiLib/DemiLib.xml36
1 files changed, 36 insertions, 0 deletions
diff --git a/Assets/ThirdParty/Demigiant/DemiLib/DemiLib.xml b/Assets/ThirdParty/Demigiant/DemiLib/DemiLib.xml
new file mode 100644
index 00000000..16204c74
--- /dev/null
+++ b/Assets/ThirdParty/Demigiant/DemiLib/DemiLib.xml
@@ -0,0 +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>