Show / Hide Table of Contents

Class LineGeometryOptions

Inheritance
System.Object
MapboxDataProperty
ModifierProperties
LineGeometryOptions
Inherited Members
ModifierProperties.UpdateProperty(LayerVisualizerBase)
ModifierProperties.HasChanged
MapboxDataProperty.PropertyHasChanged
MapboxDataProperty.OnPropertyHasChanged(EventArgs)
MapboxDataProperty.NeedsForceUpdate()
MapboxDataProperty.UpdateProperty(UnityTile)
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
[Serializable]
public class LineGeometryOptions : ModifierProperties, ISubLayerLineGeometryOptions

Fields

CapType

Declaration
public JoinType CapType
Field Value
Type Description
JoinType

JoinType

Declaration
public JoinType JoinType
Field Value
Type Description
JoinType

MiterLimit

Declaration
public float MiterLimit
Field Value
Type Description
System.Single

RoundLimit

Declaration
public float RoundLimit
Field Value
Type Description
System.Single

Width

Declaration
public float Width
Field Value
Type Description
System.Single

Properties

ModifierType

Declaration
public override Type ModifierType { get; }
Property Value
Type Description
System.Type
Overrides
ModifierProperties.ModifierType

Methods

SetCapType(LineCapType)

Sets the type of line beginging and ending caps

Declaration
public void SetCapType(LineCapType cap)
Parameters
Type Name Description
LineCapType cap

SetJoinType(LineJoinType)

Sets the type of line joints

Declaration
public void SetJoinType(LineJoinType join)
Parameters
Type Name Description
LineJoinType join

Type of the joint

SetLineWidth(Single)

Sets the width of the mesh generated for line features.

Declaration
public void SetLineWidth(float width)
Parameters
Type Name Description
System.Single width

Width of the mesh generated for line features.

Back to top © 2017 Mapbox