yohamta / donburi

Just another ECS library for Go/Ebitengine

Home Page:https://pkg.go.dev/github.com/yohamta/donburi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add `Add()`, `Remove()` and `GetValue()` function to `ComponentType`

yohamta opened this issue · comments

  • Add (c *ComponentType[T]) ComponentType.Add(entry *donburi.Entry)
  • Add (c *ComponentType[T]) ComponentType.Remove(entry *donburi.Entry)
  • Add (c *ComponentType[T]) ComponentType.GetValue(entry *donburi.Entry) T
  • Update README.md