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

Builder for GameObjectStyle instances.

Summary

Inheritance

Direct Known Subclasses:Google.Maps.Feature.Style.ExtrudedStructureStyle.Builder, Google.Maps.Terrain.TerrainStyle.Builder

Constructors and Destructors

GameObjectStyleBuilder()
Constructor.
GameObjectStyleBuilder(GameObjectStyle style)
Constructor to make a builder from a GameObjectStyle instance.

Public attributes

GameObjectLayer
int
Layer to place GameObject into. If null layer is not modified.

Public attributes

GameObjectLayer

int GameObjectLayer

Layer to place GameObject into. If null layer is not modified.

Public functions

GameObjectStyleBuilder

 GameObjectStyleBuilder()

Constructor.

GameObjectStyleBuilder

 GameObjectStyleBuilder(
  GameObjectStyle style
)

Constructor to make a builder from a GameObjectStyle instance.

Details
Parameters
style
GameObjectStyle to construct builder from.