Skip to content

Instantly share code, notes, and snippets.

@SiunCyclone
Last active June 1, 2020 11:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SiunCyclone/4ad4ac296edaaa2978aada489576699c to your computer and use it in GitHub Desktop.
Save SiunCyclone/4ad4ac296edaaa2978aada489576699c to your computer and use it in GitHub Desktop.
public abstract class AnimGraphAsset : ScriptableObject {
public abstract IAnimGraphInstance Instatiate(EntityManager entityManager, Entity owner, PlayableGraph graph, Entity animStateOwner);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment