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

Encapsulates a collection of Feature.Region construction pipeline events.

Summary

Public attributes

DidCreate = new DidCreateRegionEvent()
Fired immediately after creating a region UnityEngine.GameObject.
WillCreate = new WillCreateRegionEvent()
Fired when the SDK is about to create a region UnityEngine.GameObject.

Public attributes

DidCreate

DidCreateRegionEvent DidCreate = new DidCreateRegionEvent()

Fired immediately after creating a region UnityEngine.GameObject.

WillCreate

WillCreateRegionEvent WillCreate = new WillCreateRegionEvent()

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

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