修改高亮颜色
This commit is contained in:
parent
f839fea387
commit
35af7c4e5d
@ -10,9 +10,9 @@ public class ObjectColorToggle : MonoBehaviour
|
||||
Off,
|
||||
Hover,
|
||||
}
|
||||
public Color isOnColor = new Color(0 / 255f, 255 / 255f, 255 / 255f);
|
||||
public Color isOnColor = new Color(86 / 255f, 255 / 255f, 160 / 255f);
|
||||
public Color isOffColor = new Color(255 / 255f, 255 / 255f, 255 / 255f);
|
||||
public Color isHoverColor = new Color(125f / 255f, 255 / 255f, 255 / 255f);
|
||||
public Color isHoverColor = new Color(185f / 255f, 255 / 255f, 215/ 255f);
|
||||
MeshRenderer mesh;
|
||||
private void Awake()
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user