Example #1
0
    public override void OnInspectorGUI()
    {
        base.OnInspectorGUI();

        if (GUILayout.Button("Placer"))
        {
            placer.Placer();
        }
    }