Class CustomStyleBundle
Inheritance
System.Object
CustomStyleBundle
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 CustomStyleBundle
Constructors
CustomStyleBundle()
Declaration
public CustomStyleBundle()
Fields
atlasInfo
Declaration
public AtlasInfo atlasInfo
Field Value
Type | Description |
---|---|
AtlasInfo |
colorPalette
Declaration
public ScriptablePalette colorPalette
Field Value
Type | Description |
---|---|
ScriptablePalette |
materials
Declaration
public MaterialList[] materials
Field Value
Type | Description |
---|---|
MaterialList[] |
texturingType
Declaration
public UvMapType texturingType
Field Value
Type | Description |
---|---|
UvMapType |
Methods
SetDefaultAssets(UvMapType)
Declaration
public void SetDefaultAssets(UvMapType mapType = UvMapType.Atlas)
Parameters
Type | Name | Description |
---|---|---|
UvMapType | mapType |