Show / Hide Table of Contents

Class ModifierProperties

Inheritance
System.Object
MapboxDataProperty
ModifierProperties
ColliderOptions
GeometryExtrusionOptions
GeometryExtrusionWithAtlasOptions
GeometryMaterialOptions
LineGeometryOptions
SpawnPrefabOptions
UVModifierOptions
Inherited Members
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.MeshGeneration.Modifiers
Assembly:cs.temp.dll.dll
Syntax
[Serializable]
public abstract class ModifierProperties : MapboxDataProperty

Properties

HasChanged

Declaration
public override bool HasChanged { set; }
Property Value
Type Description
System.Boolean
Overrides
MapboxDataProperty.HasChanged

ModifierType

Declaration
public abstract Type ModifierType { get; }
Property Value
Type Description
System.Type

Methods

UpdateProperty(LayerVisualizerBase)

Declaration
public virtual void UpdateProperty(LayerVisualizerBase layerVisualizer)
Parameters
Type Name Description
LayerVisualizerBase layerVisualizer
Back to top © 2017 Mapbox