Show / Hide Table of Contents

Class SubLayerDarkStyle

Inheritance
System.Object
SubLayerDarkStyle
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 SubLayerDarkStyle : ISubLayerDarkStyle, ISubLayerStyle

Constructors

SubLayerDarkStyle(GeometryMaterialOptions)

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

Properties

Opacity

Declaration
public float Opacity { get; set; }
Property Value
Type Description
System.Single
Implements
ISubLayerDarkStyle.Opacity

Methods

SetAsStyle()

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

SetAsStyle(Single)

Declaration
public void SetAsStyle(float opacity)
Parameters
Type Name Description
System.Single opacity
Implements
ISubLayerDarkStyle.SetAsStyle(Single)
Back to top © 2017 Mapbox