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

Event arguments for FloatingOriginMoveEvent events.

Summary

Constructors and Destructors

FloatingOriginMoveArgs(Vector3 offset)
Constructor.

Public attributes

Offset
Vector3
Offset by which to translate game objects to stay in sync with the new floating origin.

Public attributes

Offset

Vector3 Offset

Offset by which to translate game objects to stay in sync with the new floating origin.

Public functions

FloatingOriginMoveArgs

 FloatingOriginMoveArgs(
  Vector3 offset
)

Constructor.

Details
Parameters
offset
Translation offset corresponding to the movement of the floating origin.