Class UVModifierOptions
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 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
Methods
ToGeometryExtrusionWithAtlasOptions()
Declaration
public GeometryExtrusionWithAtlasOptions ToGeometryExtrusionWithAtlasOptions()
Returns
Type | Description |
---|---|
GeometryExtrusionWithAtlasOptions |