Show / Hide Table of Contents

Class StyleAssetPathBundle

MapboxDefaultStyles generates a new GeometryMaterialOptions object based on data contained in a MapFeatureStyleOptions.

Inheritance
System.Object
StyleAssetPathBundle
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 class StyleAssetPathBundle

Constructors

StyleAssetPathBundle(String, String, String)

Declaration
public StyleAssetPathBundle(string styleName, string path, string samplePaletteName = "")
Parameters
Type Name Description
System.String styleName
System.String path
System.String samplePaletteName

Fields

atlasPath

Declaration
public string atlasPath
Field Value
Type Description
System.String

palettePath

Declaration
public string palettePath
Field Value
Type Description
System.String

sideMaterialPath

Declaration
public string sideMaterialPath
Field Value
Type Description
System.String

topMaterialPath

Declaration
public string topMaterialPath
Field Value
Type Description
System.String
Back to top © 2017 Mapbox