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

Encapsulates Intersection construction pipeline events.

Summary

Public attributes

DidCreate = new DidCreateIntersectionEvent()
Fired when the SDK finishes constructing an Intersection UnityEngine.GameObject, and adding it to the Unity scene.
WillCreate = new WillCreateIntersectionEvent()
Fired when the SDK is about to begin constructing an Intersection UnityEngine.GameObject.

Public attributes

DidCreate

DidCreateIntersectionEvent DidCreate = new DidCreateIntersectionEvent()

Fired when the SDK finishes constructing an Intersection UnityEngine.GameObject, and adding it to the Unity scene.

WillCreate

WillCreateIntersectionEvent WillCreate = new WillCreateIntersectionEvent()

Fired when the SDK is about to begin constructing an Intersection UnityEngine.GameObject.