NOTICE: Google Maps Platform gaming services is deprecated as of October 18, 2021. Current users will have continued access until December 31, 2022. During this time, we will continue to provide support and fixes to major bugs and outages. See the Gaming Services Transition Guide for resources to help you plan the next steps for your projects.

Google.Maps.Event.ModeledStructureEvents

Encapsulates a collection of Feature.ModeledStructure construction pipeline events.

Summary

Public attributes

DidCreate = new DidCreateModeledStructureEvent()
Fired immediately after creating a modeled structure UnityEngine.GameObject.
WillCreate = new WillCreateModeledStructureEvent()
Fired when the SDK is about to create a modeled structure UnityEngine.GameObject.

Public attributes

DidCreate

DidCreateModeledStructureEvent DidCreate = new DidCreateModeledStructureEvent()

Fired immediately after creating a modeled structure UnityEngine.GameObject.

WillCreate

WillCreateModeledStructureEvent WillCreate = new WillCreateModeledStructureEvent()

Fired when the SDK is about to create a modeled structure UnityEngine.GameObject.

To prevent object creation, set WillCreateModeledStructureArgs.Cancel to true.