Show / Hide Table of Contents

Class SubLayerCustomStyle

Inheritance
System.Object
SubLayerCustomStyle
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 SubLayerCustomStyle : ISubLayerCustomStyle

Constructors

SubLayerCustomStyle(GeometryMaterialOptions)

Declaration
public SubLayerCustomStyle(GeometryMaterialOptions materialOptions)
Parameters
Type Name Description
GeometryMaterialOptions materialOptions

Properties

TextureAtlas

Declaration
public ISubLayerCustomStyleAtlas TextureAtlas { get; }
Property Value
Type Description
ISubLayerCustomStyleAtlas
Implements
ISubLayerCustomStyle.TextureAtlas

TextureAtlasWithColorPallete

Declaration
public ISubLayerCustomStyleAtlasWithColorPallete TextureAtlasWithColorPallete { get; }
Property Value
Type Description
ISubLayerCustomStyleAtlasWithColorPallete
Implements
ISubLayerCustomStyle.TextureAtlasWithColorPallete

TexturingType

Declaration
public UvMapType TexturingType { get; set; }
Property Value
Type Description
UvMapType
Implements
ISubLayerCustomStyle.TexturingType

Tiled

Declaration
public ISubLayerCustomStyleTiled Tiled { get; }
Property Value
Type Description
ISubLayerCustomStyleTiled
Implements
ISubLayerCustomStyle.Tiled
Back to top © 2017 Mapbox