How to get the position of the object and the platform at runtime in the buildbox3 is there any possible availability in the drag and drop thing itself or using program we can do it or not
Code: // For normal position use this let pos = this.entity().position(); // for world position use this let pos = this.entity().worldPosition();