Google.Maps.Event.SegmentEvents

Encapsulates a collection of Feature.Segment construction pipeline events.

Summary

Public attributes

DidCreate = new DidCreateSegmentEvent()
Fired immediately after creating a segment UnityEngine.GameObject.
WillCreate = new WillCreateSegmentEvent()
Fired when the SDK is about to create a segment UnityEngine.GameObject.

Public attributes

DidCreate

DidCreateSegmentEvent DidCreate = new DidCreateSegmentEvent()

Fired immediately after creating a segment UnityEngine.GameObject.

WillCreate

WillCreateSegmentEvent WillCreate = new WillCreateSegmentEvent()

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

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