Show / Hide Table of Contents

Class UVModifierOptions

Inheritance
System.Object
MapboxDataProperty
ModifierProperties
UVModifierOptions
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 UVModifierOptions : ModifierProperties

Fields

atlasInfo

Declaration
public AtlasInfo atlasInfo
Field Value
Type Description
AtlasInfo

style

Declaration
public StyleTypes style
Field Value
Type Description
StyleTypes

texturingType

Declaration
public UvMapType texturingType
Field Value
Type Description
UvMapType

Properties

ModifierType

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

Methods

ToGeometryExtrusionWithAtlasOptions()

Declaration
public GeometryExtrusionWithAtlasOptions ToGeometryExtrusionWithAtlasOptions()
Returns
Type Description
GeometryExtrusionWithAtlasOptions
Back to top © 2017 Mapbox