Show / Hide Table of Contents

Class SubLayerLightStyle

Inheritance
System.Object
SubLayerLightStyle
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 SubLayerLightStyle : ISubLayerLightStyle, ISubLayerStyle

Constructors

SubLayerLightStyle(GeometryMaterialOptions)

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

Properties

Opacity

Declaration
public float Opacity { get; set; }
Property Value
Type Description
System.Single
Implements
ISubLayerLightStyle.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
ISubLayerLightStyle.SetAsStyle(Single)
Back to top © 2017 Mapbox