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

<https://anchorfact.org/kb/game-development/animation-state-machines>
  a schema:TechArticle ;
  schema:headline "Game Animation State Machines" ;
  schema:url <https://anchorfact.org/game-development/animation-state-machines/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_assisted" .

<https://anchorfact.org/kb/game-development/animation-state-machines>
  schema:citation <https://docs.unity3d.com/Manual/AnimatorControllers.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/animation-state-machines>
  schema:citation <https://dev.epicgames.com/documentation/en-us/unreal-engine/state-machines-in-unreal-engine> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/game-development/animation-state-machines>
  schema:citation <https://gameprogrammingpatterns.com/state.html> ;
  af:sourceTier "B" .