16 lines
279 B
C#
16 lines
279 B
C#
![]() |
#if UNITY_EDITOR
|
||
|
using NWH.NUI;
|
||
|
|
||
|
namespace NWH.DWP2.NUI
|
||
|
{
|
||
|
public class DWP_NUIPropertyDrawer : NUIPropertyDrawer
|
||
|
{
|
||
|
public override string GetDocumentationBaseURL()
|
||
|
{
|
||
|
return "http://dynamicwaterphysics.com/doku.php/";
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
#endif
|