Interface ISubLayerColorStyle
Inherited Members
Namespace:Mapbox.Unity.Map
Assembly:cs.temp.dll.dll
Syntax
public interface ISubLayerColorStyle : ISubLayerStyle
Properties
FeatureColor
Declaration
Color FeatureColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
Methods
SetAsStyle(Color)
Declaration
void SetAsStyle(Color featureColor)
Parameters
Type | Name | Description |
---|---|---|
Color | featureColor |