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

Event arguments for WillCreateFeatureMaskTexture events.

Summary

Constructors and Destructors

WillCreateFeatureMaskTextureArgs(RenderTextureDescriptor featureMaskRenderTextureDescriptor)
Constructor.

Public attributes

FeatureMaskRenderTextureDescriptor
RenderTextureDescriptor
RenderTextureDescriptor used for generating the RenderTexture into which the feature mask will be rendered using a Camera. Provided to the handler by the SDK.

Public attributes

FeatureMaskRenderTextureDescriptor

RenderTextureDescriptor FeatureMaskRenderTextureDescriptor

RenderTextureDescriptor used for generating the RenderTexture into which the feature mask will be rendered using a Camera. Provided to the handler by the SDK.

Public functions

WillCreateFeatureMaskTextureArgs

 WillCreateFeatureMaskTextureArgs(
  RenderTextureDescriptor featureMaskRenderTextureDescriptor
)

Constructor.