Show / Hide Table of Contents

Class LayerModifierOptions

Inheritance
System.Object
LayerModifierOptions
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
[Serializable]
public class LayerModifierOptions

Fields

GoModifiers

Declaration
[NodeEditorElement("Game Object Modifiers")]
public List<GameObjectModifier> GoModifiers
Field Value
Type Description
System.Collections.Generic.List<GameObjectModifier>

MeshModifiers

Declaration
[NodeEditorElement("Mesh Modifiers")]
public List<MeshModifier> MeshModifiers
Field Value
Type Description
System.Collections.Generic.List<MeshModifier>

moveFeaturePositionTo

Declaration
public PositionTargetType moveFeaturePositionTo
Field Value
Type Description
PositionTargetType
Back to top © 2017 Mapbox