Show / Hide Table of Contents

Class SubLayerColorStyle

Inheritance
System.Object
SubLayerColorStyle
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 SubLayerColorStyle : ISubLayerColorStyle, ISubLayerStyle

Constructors

SubLayerColorStyle(GeometryMaterialOptions)

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

Properties

FeatureColor

Declaration
public Color FeatureColor { get; set; }
Property Value
Type Description
Color
Implements
ISubLayerColorStyle.FeatureColor

Methods

SetAsStyle()

Declaration
public void SetAsStyle()
Implements
ISubLayerStyle.SetAsStyle()

SetAsStyle(Color)

Declaration
public void SetAsStyle(Color featureColor)
Parameters
Type Name Description
Color featureColor
Implements
ISubLayerColorStyle.SetAsStyle(Color)
Back to top © 2017 Mapbox