From 12474fd87ae5de819eee58d0d0bf0b9e2c521cfb Mon Sep 17 00:00:00 2001 From: reduz Date: Mon, 23 May 2022 02:24:14 +0200 Subject: Improve MultiplayerSynchronizer editor usability * Add a button to add properties (which lets you select node and property) * Add ability to drag properties and drop them to the editor. * Made the editor transient (not always visible on the bottom) since its not needed most of the time. * Added the ability to pin the editor, in case dragging properties from other nodes is desired. --- doc/classes/MultiplayerSpawner.xml | 24 ++++++++++++++++++++++-- doc/classes/MultiplayerSynchronizer.xml | 6 +++--- doc/classes/SceneReplicationConfig.xml | 6 ++++++ 3 files changed, 31 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/classes/MultiplayerSpawner.xml b/doc/classes/MultiplayerSpawner.xml index 465db85455..4ca92728ff 100644 --- a/doc/classes/MultiplayerSpawner.xml +++ b/doc/classes/MultiplayerSpawner.xml @@ -13,6 +13,28 @@ + + + + + + + + + + + + + + + + + + + + + + @@ -23,8 +45,6 @@ - - diff --git a/doc/classes/MultiplayerSynchronizer.xml b/doc/classes/MultiplayerSynchronizer.xml index e1f0948346..43355481b6 100644 --- a/doc/classes/MultiplayerSynchronizer.xml +++ b/doc/classes/MultiplayerSynchronizer.xml @@ -7,11 +7,11 @@ - + - + - + diff --git a/doc/classes/SceneReplicationConfig.xml b/doc/classes/SceneReplicationConfig.xml index aade8ac3be..62c108a477 100644 --- a/doc/classes/SceneReplicationConfig.xml +++ b/doc/classes/SceneReplicationConfig.xml @@ -19,6 +19,12 @@ + + + + + + -- cgit v1.2.3