@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/game-development/game-ui-ux>
  a schema:TechArticle ;
  schema:headline "Game UI and UX for AI-Assisted Teams" ;
  schema:url <https://anchorfact.org/game-development/game-ui-ux/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.865" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "human_only" .

<https://anchorfact.org/kb/game-development/game-ui-ux>
  schema:citation <https://docs.unity3d.com/2023.2/Documentation/Manual/UIElements.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/game-ui-ux>
  schema:citation <https://dev.epicgames.com/documentation/en-us/unreal-engine/creating-user-interfaces-with-umg-and-slate-in-unreal-engine> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/game-ui-ux>
  schema:citation <https://dev.epicgames.com/documentation/en-us/unreal-engine/umg-safe-zones-in-unreal-engine> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/game-ui-ux>
  schema:citation <https://www.w3.org/TR/WCAG22/#target-size-minimum> ;
  af:sourceTier "S" .

<https://anchorfact.org/kb/game-development/game-ui-ux>
  schema:citation <https://www.w3.org/TR/WCAG22/#contrast-minimum> ;
  af:sourceTier "S" .