Class SubLayerSimpleStyle
Inheritance
System.Object
SubLayerSimpleStyle
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 SubLayerSimpleStyle : ISubLayerSimpleStyle, ISubLayerStyle
Constructors
SubLayerSimpleStyle(GeometryMaterialOptions)
Declaration
public SubLayerSimpleStyle(GeometryMaterialOptions materialOptions)
Parameters
Type | Name | Description |
---|---|---|
GeometryMaterialOptions | materialOptions |
Properties
PaletteType
Declaration
public SamplePalettes PaletteType { get; set; }
Property Value
Type | Description |
---|---|
SamplePalettes |
Implements
Methods
SetAsStyle()
Declaration
public void SetAsStyle()
Implements
SetAsStyle(SamplePalettes)
Declaration
public void SetAsStyle(SamplePalettes palette)
Parameters
Type | Name | Description |
---|---|---|
SamplePalettes | palette |