Files
speckle-unity/Assets/Speckle Connector/dmo/dScripts/dGUI/StreamPropertyDrawersHelper.cs
T
2021-05-27 12:29:12 -04:00

14 lines
315 B
C#

using Speckle_Connector.dmo;
public static class StreamPropertyDrawersHelper {
#if UNITY_EDITOR
// public static string[ ] AllStreamNames( )
// {
// return BabyStreamManager.PossibleStream != null ? BabyStreamManager.PossibleStream.ToArray( ) : new[ ] {"Nothing"};
// }
#endif
}