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.