1
0
mirror of https://github.com/Cardidi/dotween-upm-fork.git synced 2025-12-20 09:16:02 +08:00
Daniele Giardini b01003f3e0 - Added playingOnly optional parameter to TweensById and TweensByTarget
- Added DemiLib pre-alpha (used by DOTween Pro)
2015-04-30 16:57:00 +02:00

37 lines
1.3 KiB
XML

<?xml version="1.0"?>
<doc>
<assembly>
<name>DemiGUI</name>
</assembly>
<members>
<member name="T:DG.DemiGUI.DeSkinColor">
<summary>
Contains both free and pro skins color variations,
and automatically returns the correct one when converted to Color
</summary>
</member>
<member name="T:DG.DemiGUI.DeColorPalette">
<summary>
Stores a color palette, which can be passed to default DeGUI layouts when calling <code>DeGUIManager.BeginGUI</code>,
and changed at any time by calling <code>DeGUIManager.ChangePalette</code>.
You can inherit from this class to create custom color palettes with more color options.
</summary>
</member>
<member name="T:DG.DemiGUI.DeColorBG">
<summary>
Background colors
</summary>
</member>
<member name="T:DG.DemiGUI.DeColorContent">
<summary>
Content colors
</summary>
</member>
<member name="F:DG.DemiGUI.Core.GUIUtils.isProSkin">
<summary>
Set when calling <code>DeGUIManage.BeginGUI</code>
</summary>
</member>
</members>
</doc>