Show / Hide Table of Contents

Class MapboxDataProperty

Inheritance
System.Object
MapboxDataProperty
CoreVectorLayerProperties
DefaultMapExtents
EditorPreviewOptions
ElevationRequiredOptions
ImageryRasterOptions
LayerPerformanceOptions
LayerProperties
MapExtentOptions
MapLocationOptions
MapOptions
MapPlacementOptions
MapScalingOptions
TerrainColliderOptions
UnityLayerOptions
VectorFilterOptions
LayerFilter
ModifierProperties
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
public abstract class MapboxDataProperty

Properties

HasChanged

Declaration
public virtual bool HasChanged { set; }
Property Value
Type Description
System.Boolean

Methods

NeedsForceUpdate()

Declaration
public virtual bool NeedsForceUpdate()
Returns
Type Description
System.Boolean

OnPropertyHasChanged(EventArgs)

Declaration
protected virtual void OnPropertyHasChanged(EventArgs e)
Parameters
Type Name Description
System.EventArgs e

UpdateProperty(UnityTile)

Declaration
public virtual void UpdateProperty(UnityTile tile)
Parameters
Type Name Description
UnityTile tile

Events

PropertyHasChanged

Declaration
public event EventHandler PropertyHasChanged
Event Type
Type Description
System.EventHandler
Back to top © 2017 Mapbox