Updates post UICircle merge
* renamed ChangeColor to UICircleChangeColor for clarity * renamed ChangeDensity to UICircleChangeDensity for clarity * removed unnecessary usings * updates scene to match UI control start positionsrelease
parent
731961fe22
commit
8b8c6f5c3a
|
@ -1,9 +1,7 @@
|
||||||
using System.Collections;
|
using UnityEngine;
|
||||||
using System.Collections.Generic;
|
|
||||||
using UnityEngine;
|
|
||||||
using UnityEngine.UI.Extensions;
|
using UnityEngine.UI.Extensions;
|
||||||
|
|
||||||
public class ChangeColor : MonoBehaviour
|
public class UICircleChangeColor : MonoBehaviour
|
||||||
{
|
{
|
||||||
public GameObject TargetUICircle;
|
public GameObject TargetUICircle;
|
||||||
private Color baseColor;
|
private Color baseColor;
|
|
@ -1,10 +1,8 @@
|
||||||
using System.Collections;
|
using UnityEngine;
|
||||||
using System.Collections.Generic;
|
|
||||||
using UnityEngine;
|
|
||||||
using UnityEngine.UI;
|
using UnityEngine.UI;
|
||||||
using UnityEngine.UI.Extensions;
|
using UnityEngine.UI.Extensions;
|
||||||
|
|
||||||
public class ChangeDensity : MonoBehaviour
|
public class UICircleChangeDensity : MonoBehaviour
|
||||||
{
|
{
|
||||||
public GameObject MultiColorObject;
|
public GameObject MultiColorObject;
|
||||||
public GameObject TextOutputObject;
|
public GameObject TextOutputObject;
|
Binary file not shown.
Loading…
Reference in New Issue