mirror of
https://github.com/ConjureETS/DeathBook.git
synced 2026-03-24 04:20:58 +00:00
- Single click now focuses on nodes
This commit is contained in:
parent
23fedeabb4
commit
ad937fec34
@ -154,13 +154,16 @@ public class NetworkingSphere : MonoBehaviour
|
|||||||
_selectedNode.Select(false);
|
_selectedNode.Select(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
FocusOnNode(node);
|
||||||
|
|
||||||
|
/*
|
||||||
if (_timeSinceLastClick < 0.5f && node == _selectedNode)
|
if (_timeSinceLastClick < 0.5f && node == _selectedNode)
|
||||||
{
|
{
|
||||||
// We focus on the node if double clicked
|
// We focus on the node if double clicked
|
||||||
FocusOnNode(node);
|
FocusOnNode(node);
|
||||||
}
|
}
|
||||||
|
|
||||||
_timeSinceLastClick = 0f;
|
_timeSinceLastClick = 0f;*/
|
||||||
|
|
||||||
DetailsPanel.SetNode(node);
|
DetailsPanel.SetNode(node);
|
||||||
node.Select(true);
|
node.Select(true);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user