OldBlueWater/BlueWater/Assets/NWH/Dynamic Water Physics 2/Scripts/AssetSpecific/DWP_NUIPropertyDrawer.cs
2023-12-19 11:31:29 +09:00

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