Beispiel #1
0
 private static ArcenUI_CreateElementDirective _AddBase(string prefabName, ArcenUI_SetOfCreateElementDirectives Set, Type ControllerType, int CodeDirectiveTag, Rect rect)
 {
     return(Set.GetNextFree(prefabName, ControllerType, CodeDirectiveTag, rect.x, rect.y, rect.width, rect.height));
 }