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
TextureAtlasWithColorPallete
Declaration
public ISubLayerCustomStyleAtlasWithColorPallete TextureAtlasWithColorPallete { get; }
Property Value
Type | Description |
---|---|
ISubLayerCustomStyleAtlasWithColorPallete |
Implements
TexturingType
Declaration
public UvMapType TexturingType { get; set; }
Property Value
Type | Description |
---|---|
UvMapType |
Implements
Tiled
Declaration
public ISubLayerCustomStyleTiled Tiled { get; }
Property Value
Type | Description |
---|---|
ISubLayerCustomStyleTiled |