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