In Amazon Sumerian, ctx.entity.transformComponent.position
gives position of the entity in local space of parent.
How can you get the world position of an entity?
In Amazon Sumerian, ctx.entity.transformComponent.position
gives position of the entity in local space of parent.
How can you get the world position of an entity?
You can get the world position of an entity using the following call:
ctx.entity.transformComponent.getWorldTranslation()
Additional Info: