A family of libraries providing a variety of core capabilities for use by games and game engines.
27
stars
23
forks
source link
backport(v7): refactor!: rename `Component::copy` to `Component::copyFrom` (#122) #123
Closed
skaldarnar closed 3 years ago
Backport changes from #122 to
release/v7.x
.Component::copy
toComponent::copyFrom
BREAKING CHANGES To fix incompatibilities simply rename implementations of
Component::copy
toComponent::copyFrom
.