Show / Hide Table of Contents

Class GeometryExtrusionWithAtlasOptions

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

Constructors

GeometryExtrusionWithAtlasOptions()

Declaration
public GeometryExtrusionWithAtlasOptions()

GeometryExtrusionWithAtlasOptions(GeometryExtrusionOptions)

Declaration
public GeometryExtrusionWithAtlasOptions(GeometryExtrusionOptions extrusionOptions)
Parameters
Type Name Description
GeometryExtrusionOptions extrusionOptions

GeometryExtrusionWithAtlasOptions(GeometryExtrusionOptions, UVModifierOptions)

Declaration
public GeometryExtrusionWithAtlasOptions(GeometryExtrusionOptions extrusionOptions, UVModifierOptions uvOptions)
Parameters
Type Name Description
GeometryExtrusionOptions extrusionOptions
UVModifierOptions uvOptions

GeometryExtrusionWithAtlasOptions(UVModifierOptions)

Declaration
public GeometryExtrusionWithAtlasOptions(UVModifierOptions uvOptions)
Parameters
Type Name Description
UVModifierOptions uvOptions

Fields

atlasInfo

Declaration
public AtlasInfo atlasInfo
Field Value
Type Description
AtlasInfo

extrusionGeometryType

Declaration
public ExtrusionGeometryType extrusionGeometryType
Field Value
Type Description
ExtrusionGeometryType

extrusionScaleFactor

Declaration
public float extrusionScaleFactor
Field Value
Type Description
System.Single

extrusionType

Declaration
public ExtrusionType extrusionType
Field Value
Type Description
ExtrusionType

maximumHeight

Declaration
public float maximumHeight
Field Value
Type Description
System.Single

minimumHeight

Declaration
public float minimumHeight
Field Value
Type Description
System.Single

propertyDescription

Declaration
public string propertyDescription
Field Value
Type Description
System.String

propertyName

Declaration
public string propertyName
Field Value
Type Description
System.String

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
Back to top © 2017 Mapbox