GridObject

Updated on August 4, 2022

This class is added to every placed object by default. It holds important information about its position, rotation, grid and many other things. These are all available to get and set via getting

GridObject.Data objData = obj.GetComponent<GridObject>().data;

public void ReapplyOriginalMaterials()

This function can be called on the base GridObject class.

GridObject gets and holds its own materials on component start for reapplication later. This method can then be called to reapply these materials to the obj and children.

Still need help? Contact support at support@golemitegames.com

Please describe your issue in detail and if possible, provide screenshots to help us understand your problem better and answer your question more effectively.