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.Unity.Attribution.AttributionStyle

Styling options for the attribution text. If an instance of this component does not exist in the scene, default settings are used instead.

Summary

Inheritance

Inherits from: MonoBehaviour

Public attributes

TextAnchor = TextAnchor.LowerLeft
TextAnchor
Sets the anchor of the attribution text.
TextColor = Color.white
Color
The color of the attribution text. The outline color is given by the inverse of the text color.

Public attributes

TextAnchor

TextAnchor TextAnchor = TextAnchor.LowerLeft

Sets the anchor of the attribution text.

TextColor

Color TextColor = Color.white

The color of the attribution text. The outline color is given by the inverse of the text color.