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.