diff --git a/Packages/systems.speckle.speckle-unity/Runtime/Components/SpeckleReceiver.cs b/Packages/systems.speckle.speckle-unity/Runtime/Components/SpeckleReceiver.cs index 8c0b424..0e7c2cf 100644 --- a/Packages/systems.speckle.speckle-unity/Runtime/Components/SpeckleReceiver.cs +++ b/Packages/systems.speckle.speckle-unity/Runtime/Components/SpeckleReceiver.cs @@ -79,14 +79,18 @@ namespace Speckle.ConnectorUnity.Components /// /// Receive the selected object, and converts ToNative as children of + /// This function is designed to be run as a coroutine /// + /// + /// StartCoroutine(mySpeckleReceiver.ReceiveAndConvert_Routine(null); + /// Optional parent for the created root s /// A filter function to allow for selectively excluding certain objects from being converted /// function does not throw, instead calls , and calls upon completion /// /// public IEnumerator ReceiveAndConvert_Routine( - Transform? parent, + Transform? parent = null, Predicate? predicate = null ) {