Show / Hide Table of Contents

Class UnityLayerOptions

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

Fields

addToLayer

Declaration
public bool addToLayer
Field Value
Type Description
System.Boolean

layerId

Declaration
public int layerId
Field Value
Type Description
System.Int32

Methods

UpdateProperty(UnityTile)

Declaration
public override void UpdateProperty(UnityTile tile)
Parameters
Type Name Description
UnityTile tile
Overrides
MapboxDataProperty.UpdateProperty(UnityTile)
Back to top © 2017 Mapbox