Class MapOptions
Inherited Members
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 |