protected override void Draw()
 {
     refObject.DisplayLayout("Reference");
     UnityEngine.GUILayout.BeginHorizontal();
     getter.DisplayLayout("get barycentricCoordinate");
     UnityEngine.GUILayout.EndHorizontal();
 }
Ejemplo n.º 2
0
 protected override void Draw()
 {
     refObject.DisplayLayout("Reference");
     UnityEngine.GUILayout.BeginHorizontal();
     getter.DisplayLayout("get normal");
     UnityEngine.GUILayout.EndHorizontal();
 }