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.ExtrudedStructureEvents

Encapsulates Feature.ExtrudedStructure construction pipeline events.

Summary

Public attributes

DidCreate = new DidCreateExtrudedStructureEvent()
Fired after creating an extruded structure UnityEngine.GameObject.
WillCreate = new WillCreateExtrudedStructureEvent()
Fired when the SDK is about to create an extruded structure UnityEngine.GameObject.

Public attributes

DidCreate

DidCreateExtrudedStructureEvent DidCreate = new DidCreateExtrudedStructureEvent()

Fired after creating an extruded structure UnityEngine.GameObject.

WillCreate

WillCreateExtrudedStructureEvent WillCreate = new WillCreateExtrudedStructureEvent()

Fired when the SDK is about to create an extruded structure UnityEngine.GameObject.

Note: To prevent Feature.ExtrudedStructure UnityEngine.GameObject creation, set WillCreateEventArgs< TM, TS >.Cancel to true.