Show / Hide Table of Contents

Class ImageryLayerProperties

Inheritance
System.Object
MapboxDataProperty
LayerProperties
ImageryLayerProperties
Inherited Members
MapboxDataProperty.PropertyHasChanged
MapboxDataProperty.OnPropertyHasChanged(EventArgs)
MapboxDataProperty.HasChanged
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 ImageryLayerProperties : LayerProperties

Fields

rasterOptions

Declaration
public ImageryRasterOptions rasterOptions
Field Value
Type Description
ImageryRasterOptions

sourceOptions

Declaration
public LayerSourceOptions sourceOptions
Field Value
Type Description
LayerSourceOptions

sourceType

Declaration
public ImagerySourceType sourceType
Field Value
Type Description
ImagerySourceType

Methods

NeedsForceUpdate()

Declaration
public override bool NeedsForceUpdate()
Returns
Type Description
System.Boolean
Overrides
MapboxDataProperty.NeedsForceUpdate()
Back to top © 2017 Mapbox