feat: add globalPosition
getter/setter to Transform
#6257
Annotations
4 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint:
test/ecs/components/Transform.spec.ts#L126
'entity' is assigned a value but never used. Allowed unused vars must match /^_|ReactEcs/u
|
lint:
test/ecs/components/Transform.spec.ts#L163
'entityA1' is assigned a value but never used. Allowed unused vars must match /^_|ReactEcs/u
|
lint:
test/ecs/components/Transform.spec.ts#L177
'entity' is assigned a value but never used. Allowed unused vars must match /^_|ReactEcs/u
|
Loading