-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop/fix_bid_data_error_targetrpc'
- Loading branch information
Showing
1,035 changed files
with
18,466 additions
and
51,247 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
47 changes: 0 additions & 47 deletions
47
Assets/Examples/PrefsGUIExample/PrefsGUI - RapidGUI/PrefsGUI - RapidGUI.prefab
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
Assets/Examples/PrefsGUIExample/PrefsGUI - RapidGUI/PrefsGUI - RapidGUI.prefab.meta
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
Assets/Examples/PrefsGUIExample/PrefsGUI - RapidGUI/PrefsGUIRapidGUIExample.cs
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
Assets/Examples/PrefsGUIExample/PrefsGUI - RapidGUI/PrefsGUIRapidGUIExample.cs.meta
This file was deleted.
Oops, something went wrong.
36 changes: 0 additions & 36 deletions
36
Assets/Examples/PrefsGUIExample/PrefsGUI - RapidGUI/PrefsGUIRapidGUIExampleBase.cs
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
Assets/Examples/PrefsGUIExample/PrefsGUI - RapidGUI/PrefsGUIRapidGUIExampleBase.cs.meta
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
...ts/Examples/PrefsGUIExample/PrefsGUI - RosettaUI/PrefsGUIRosettaUIExample_MinMaxSlider.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
using PrefsGUI.Example; | ||
using RosettaUI; | ||
using UnityEngine; | ||
|
||
namespace PrefsGUI.RosettaUI.Example | ||
{ | ||
public class PrefsGUIRosettaUIExample_MinMaxSlider : MonoBehaviour, IElementCreator | ||
{ | ||
public PrefsGUIExample_MinMax minMax; | ||
|
||
public Element CreateElement(LabelElement label) | ||
{ | ||
return UI.Column( | ||
minMax.prefsMinMaxInt.CreateMinMaxSlider(), | ||
minMax.prefsMinMaxFloat.CreateMinMaxSlider(), | ||
minMax.prefsMinMaxVector2.CreateMinMaxSlider(), | ||
minMax.prefsMinMaxVector3.CreateMinMaxSlider(), | ||
minMax.prefsMinMaxVector4.CreateMinMaxSlider(), | ||
minMax.prefsMinMaxVector2Int.CreateMinMaxSlider(), | ||
minMax.prefsMinMaxVector3Int.CreateMinMaxSlider() | ||
); | ||
} | ||
} | ||
} |
3 changes: 3 additions & 0 deletions
3
...amples/PrefsGUIExample/PrefsGUI - RosettaUI/PrefsGUIRosettaUIExample_MinMaxSlider.cs.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.