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.