959e80cf72
assets upload description.
15 lines
364 B
C#
15 lines
364 B
C#
using UnityEditor;
|
|
|
|
namespace AwesomeTechnologies.TouchReact
|
|
{
|
|
[CustomEditor(typeof(TouchReactMesh))]
|
|
public class TouchReactMeshEditor : TouchReactBaseEditor
|
|
{
|
|
public override void OnInspectorGUI()
|
|
{
|
|
HelpTopic = "home/vegetation-studio/components/touch-bend-system";
|
|
base.OnInspectorGUI();
|
|
}
|
|
}
|
|
}
|