Show / Hide Table of Contents

Class LayerPerformanceOptions

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

Fields

entityPerCoroutine

Declaration
public int entityPerCoroutine
Field Value
Type Description
System.Int32

isEnabled

Declaration
public bool isEnabled
Field Value
Type Description
System.Boolean

Properties

HasChanged

Declaration
public override bool HasChanged { set; }
Property Value
Type Description
System.Boolean
Overrides
MapboxDataProperty.HasChanged
Back to top © 2017 Mapbox