OldBlueWater/BlueWater/Assets/NWH/Dynamic Water Physics 2/Scripts/AssetSpecific/DWP_NUIPropertyDrawer.cs

16 lines
279 B
C#
Raw Normal View History

2023-12-19 02:31:29 +00:00
#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