Skip to main content

interface IMapTileObject

(Niantic.Lightship.Maps.IMapTileObject)

Overview

An object representing a single maptile in the scene.

interface IMapTileObject {
// properties

Transform Transform;
};

Detailed Documentation

An object representing a single maptile in the scene.

Properties

Transform

Transform Transform

The Transform belonging to this IMapTileObject 's Unity UnityObject in the current scene.