Show / Hide Table of Contents

Class Constants.StyleAssetNames

Store common style asset prefixes and suffixes to avoid string spelling errors in code.

Inheritance
System.Object
Constants.StyleAssetNames
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
Assembly:cs.temp.dll.dll
Syntax
public static class StyleAssetNames

Fields

ALTAS_SUFFIX

Declaration
public const string ALTAS_SUFFIX = "AtlasInfo"
Field Value
Type Description
System.String

PALETTE_SUFFIX

Declaration
public const string PALETTE_SUFFIX = "Palette"
Field Value
Type Description
System.String

SIDE_MATERIAL_SUFFIX

Declaration
public const string SIDE_MATERIAL_SUFFIX = "SideMaterial"
Field Value
Type Description
System.String

TOP_MATERIAL_SUFFIX

Declaration
public const string TOP_MATERIAL_SUFFIX = "TopMaterial"
Field Value
Type Description
System.String
Back to top © 2017 Mapbox