You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a SceneGroupData component that can be optionally aggregated to specific group object for use in gameplay mechanics. The class should also have a specific interface so users would be allowed to add more custom data to the initial data set or overwrite its default content.
For example, features could have information about the feature properties itself (properties),
tiles could have the tile identifier, geo location, bounding boxes etc..
The text was updated successfully, but these errors were encountered:
Add a
SceneGroupData
component that can be optionally aggregated to specific group object for use in gameplay mechanics. The class should also have a specific interface so users would be allowed to add more custom data to the initial data set or overwrite its default content.For example, features could have information about the feature properties itself (properties),
tiles could have the tile identifier, geo location, bounding boxes etc..
The text was updated successfully, but these errors were encountered: