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.