优化hierarchyab和consolemethod,然后是粒子追踪
Signed-off-by: TRADER_FOER <lhf190@outlook.com>
This commit is contained in:
@@ -57,7 +57,7 @@ namespace Ichni.Editor
|
||||
this.isSelected = false;
|
||||
if (BgImage != null)
|
||||
{
|
||||
BgImage.color = new Color(0.5f, 0.5f, 0.5f, 0);
|
||||
BgImage.color = new Color(0, 0, 0, 0);
|
||||
}
|
||||
this.childTabList = new List<HierarchyTab>();
|
||||
|
||||
@@ -157,17 +157,17 @@ namespace Ichni.Editor
|
||||
}
|
||||
}
|
||||
|
||||
public void SelectGameElement()
|
||||
{
|
||||
if (Keyboard.current.shiftKey.isPressed)
|
||||
{
|
||||
EditorManager.instance.operationManager.AddSelectRangeToElement(connectedGameElement);
|
||||
}
|
||||
else if (Keyboard.current.leftCtrlKey.isPressed)
|
||||
{
|
||||
if (!isSelected)
|
||||
{
|
||||
EditorManager.instance.operationManager.AddSelectElement(connectedGameElement);
|
||||
public void SelectGameElement()
|
||||
{
|
||||
if (Keyboard.current.shiftKey.isPressed)
|
||||
{
|
||||
EditorManager.instance.operationManager.AddSelectRangeToElement(connectedGameElement);
|
||||
}
|
||||
else if (Keyboard.current.leftCtrlKey.isPressed)
|
||||
{
|
||||
if (!isSelected)
|
||||
{
|
||||
EditorManager.instance.operationManager.AddSelectElement(connectedGameElement);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user