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

Encapsulates Feature.LineWater construction pipeline events.

Summary

Public attributes

DidCreate = new DidCreateLineWaterEvent()
Fired immediately after creating a Feature.LineWater UnityEngine.GameObject.
WillCreate = new WillCreateLineWaterEvent()
Fired when the SDK is about to create a UnityEngine.GameObject from a Feature.LineWater MapFeature.

Public attributes

DidCreate

DidCreateLineWaterEvent DidCreate = new DidCreateLineWaterEvent()

Fired immediately after creating a Feature.LineWater UnityEngine.GameObject.

WillCreate

WillCreateLineWaterEvent WillCreate = new WillCreateLineWaterEvent()

Fired when the SDK is about to create a UnityEngine.GameObject from a Feature.LineWater MapFeature.

Note: To prevent Feature.LineWater UnityEngine.GameObject creation, set WillCreateEventArgs< TM, TS >.Cancel to true.