Show / Hide Table of Contents

Class MapOptions

Inheritance
System.Object
MapboxDataProperty
MapOptions
Inherited Members
MapboxDataProperty.PropertyHasChanged
MapboxDataProperty.OnPropertyHasChanged(EventArgs)
MapboxDataProperty.HasChanged
MapboxDataProperty.NeedsForceUpdate()
MapboxDataProperty.UpdateProperty(UnityTile)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace:Mapbox.Unity.Map
Assembly:cs.temp.dll.dll
Syntax
[Serializable]
public class MapOptions : MapboxDataProperty

Fields

extentOptions

Declaration
public MapExtentOptions extentOptions
Field Value
Type Description
MapExtentOptions

loadingTexture

Declaration
public Texture2D loadingTexture
Field Value
Type Description
Texture2D

locationOptions

Declaration
public MapLocationOptions locationOptions
Field Value
Type Description
MapLocationOptions

placementOptions

Declaration
public MapPlacementOptions placementOptions
Field Value
Type Description
MapPlacementOptions

scalingOptions

Declaration
public MapScalingOptions scalingOptions
Field Value
Type Description
MapScalingOptions

tileMaterial

Declaration
public Material tileMaterial
Field Value
Type Description
Material
Back to top © 2017 Mapbox