Ejemplo n.º 1
0
 private static void ProjectWindowItemCallback(string guid, Rect selectionRect)
 {
     if (SkillPrefabs.AssetHasPlayMakerFSM(guid))
     {
         Rect rect = new Rect(selectionRect.get_x() + selectionRect.get_width() - 20f, selectionRect.get_y(), 15f, 15f);
         GUI.Box(rect, Gizmos.WanIcon, GUIStyle.get_none());
     }
 }
Ejemplo n.º 2
0
 public static bool AssetHasPlayMakerFSM(string guid)
 {
     return(SkillPrefabs.AssetHasPlayMakerFSM(guid));
 }