14 lines
315 B
C#
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
|
|
|
|
} |