diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/GridAlignment/AlignToGrid/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/GridAlignment/AlignToGrid/index.html index b75343eac8..9e514ba5fe 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/GridAlignment/AlignToGrid/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/GridAlignment/AlignToGrid/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API
\ No newline at end of file +Prototyping Kit • Scripting API

GridAlignment.AlignToGrid

Method in GridAlignment


Declaration

public void AlignToGrid()

Description

Updates the transform of the object to align to the grid.

\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/GridAlignment/Snap/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/GridAlignment/Snap/index.html index e9e2f6bdee..8e7a46dde7 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/GridAlignment/Snap/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/GridAlignment/Snap/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API

GridAlignment.Snap

Method in GridAlignment


Declaration

public Vector3 Snap(Vector3 vector, float increment)

Description

Snaps a vector to the grid at a given increment.

Parameters

vectorThe vector to snap.
incrementThe amount of units the vector is rounded to.

Returns

Vector3The vector snapped to the grid.
\ No newline at end of file +Prototyping Kit • Scripting API

GridAlignment.Snap

Method in GridAlignment


Declaration

public Vector3 Snap(Vector3 vector, float increment)

Description

Snaps a vector to the grid at a given increment.

Parameters

vectorThe vector to snap.
incrementThe amount of units the vector is rounded to.

Returns

Vector3The vector snapped to the grid.
\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/GridAlignment/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/GridAlignment/index.html index 8277729c95..c4328af66d 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/GridAlignment/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/GridAlignment/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API

GridAlignment



Declaration

public sealed class GridAlignment : MonoBehaviour

Description

Snaps an object's position, rotation, and scale to grid increments.

Properties

unitSizeThe base unit scale of the grid.
positionIncrementThe amount of units the position is rounded to on the grid.
scaleIncrementThe amount of units the scale is rounded to on the grid.
rotationIncrementThe amount of units the rotation is rounded to on the grid.

Methods

AlignToGridUpdates the transform of the object to align to the grid.
SnapSnaps a vector to the grid at a given increment.
\ No newline at end of file +Prototyping Kit • Scripting API

GridAlignment



Declaration

public sealed class GridAlignment : MonoBehaviour

Description

Snaps an object's position, rotation, and scale to grid increments.

Properties

unitSizeThe base unit scale of the grid.
positionIncrementThe amount of units the position is rounded to on the grid.
scaleIncrementThe amount of units the scale is rounded to on the grid.
rotationIncrementThe amount of units the rotation is rounded to on the grid.

Methods

AlignToGridUpdates the transform of the object to align to the grid.
SnapSnaps a vector to the grid at a given increment.
\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/GridAlignment/positionIncrement/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/GridAlignment/positionIncrement/index.html index e4d2404108..15c3f317ee 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/GridAlignment/positionIncrement/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/GridAlignment/positionIncrement/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API

GridAlignment.positionIncrement

Property in GridAlignment


Declaration

public float positionIncrement

Description

The amount of units the position is rounded to on the grid.

\ No newline at end of file +Prototyping Kit • Scripting API

GridAlignment.positionIncrement

Property in GridAlignment


Declaration

public float positionIncrement

Description

The amount of units the position is rounded to on the grid.

\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/GridAlignment/rotationIncrement/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/GridAlignment/rotationIncrement/index.html index 7c0bb20eb0..c519f42bd7 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/GridAlignment/rotationIncrement/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/GridAlignment/rotationIncrement/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API

GridAlignment.rotationIncrement

Property in GridAlignment


Declaration

public float rotationIncrement

Description

The amount of units the rotation is rounded to on the grid.

\ No newline at end of file +Prototyping Kit • Scripting API

GridAlignment.rotationIncrement

Property in GridAlignment


Declaration

public float rotationIncrement

Description

The amount of units the rotation is rounded to on the grid.

\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/GridAlignment/scaleIncrement/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/GridAlignment/scaleIncrement/index.html index 9704e45228..1e46009c9b 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/GridAlignment/scaleIncrement/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/GridAlignment/scaleIncrement/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API
\ No newline at end of file +Prototyping Kit • Scripting API

GridAlignment.scaleIncrement

Property in GridAlignment


Declaration

public float scaleIncrement

Description

The amount of units the scale is rounded to on the grid.

\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/GridAlignment/unitSize/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/GridAlignment/unitSize/index.html index 0171896d0e..1dcfdc0efe 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/GridAlignment/unitSize/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/GridAlignment/unitSize/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API
\ No newline at end of file +Prototyping Kit • Scripting API
\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern0/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern0/index.html index 67d39e363c..91991f68f9 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern0/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern0/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API
\ No newline at end of file +Prototyping Kit • Scripting API
\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern1/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern1/index.html index 0362e9a6ea..90af322890 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern1/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern1/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API
\ No newline at end of file +Prototyping Kit • Scripting API
\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern10/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern10/index.html index 6b65ba062d..995c5ca35b 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern10/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern10/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API
\ No newline at end of file +Prototyping Kit • Scripting API
\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern11/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern11/index.html index f8661d8f1b..0bf552baa7 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern11/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern11/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API
\ No newline at end of file +Prototyping Kit • Scripting API
\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern12/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern12/index.html index 852d857eae..ca2cd2ec8c 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern12/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern12/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API
\ No newline at end of file +Prototyping Kit • Scripting API
\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern13/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern13/index.html index da44f13d17..bb19983dcb 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern13/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern13/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API
\ No newline at end of file +Prototyping Kit • Scripting API
\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern14/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern14/index.html index 6241f2802a..14c2507927 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern14/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern14/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API
\ No newline at end of file +Prototyping Kit • Scripting API
\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern15/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern15/index.html index 853bd0e96f..2cd59aa4cb 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern15/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern15/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API
\ No newline at end of file +Prototyping Kit • Scripting API
\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern2/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern2/index.html index 0dad3e6fcf..cfcfdd3dc4 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern2/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern2/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API
\ No newline at end of file +Prototyping Kit • Scripting API
\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern3/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern3/index.html index c0687859be..90cdd3461c 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern3/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern3/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API
\ No newline at end of file +Prototyping Kit • Scripting API
\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern4/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern4/index.html index 6c9f3587b9..74c110c7b0 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern4/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern4/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API
\ No newline at end of file +Prototyping Kit • Scripting API
\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern5/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern5/index.html index a417a9c7bb..bfb0107472 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern5/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern5/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API
\ No newline at end of file +Prototyping Kit • Scripting API
\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern6/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern6/index.html index b6f40330e9..695ead1ab0 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern6/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern6/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API
\ No newline at end of file +Prototyping Kit • Scripting API
\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern7/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern7/index.html index b7263564fc..327fe7d1f1 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern7/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern7/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API
\ No newline at end of file +Prototyping Kit • Scripting API
\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern8/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern8/index.html index 812134019a..f80093e4c9 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern8/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern8/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API
\ No newline at end of file +Prototyping Kit • Scripting API
\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern9/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern9/index.html index 2f0f5f578e..ac647d11a3 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern9/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern9/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API
\ No newline at end of file +Prototyping Kit • Scripting API
\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/index.html index bb1ebf9943..be9a5f11a8 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API
\ No newline at end of file +Prototyping Kit • Scripting API
\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern/ctor/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern/ctor/index.html index 9cccd8e690..a15d666a30 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern/ctor/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern/ctor/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API

MaterialPattern Constructor

Constructor in MaterialPattern


Declaration

public MaterialPattern(MaterialPattern.Preset preset, Texture2D emissionMap = null, Texture2D normalMap = null, Texture2D heightMap = null)

Description

Creates a new material pattern with the specified preset.

Parameters

presetThe preset enumeration value of the pattern.
emissionMapThe emission map texture of the pattern.
normalMapThe normal map texture of the pattern.
heightMapThe height map texture of the pattern.
\ No newline at end of file +Prototyping Kit • Scripting API

MaterialPattern Constructor

Constructor in MaterialPattern


Declaration

public MaterialPattern(MaterialPattern.Preset preset, Texture2D emissionMap = null, Texture2D normalMap = null, Texture2D heightMap = null)

Description

Creates a new material pattern with the specified preset.

Parameters

presetThe preset enumeration value of the pattern.
emissionMapThe emission map texture of the pattern.
normalMapThe normal map texture of the pattern.
heightMapThe height map texture of the pattern.
\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern/emissionMap/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern/emissionMap/index.html index eb5188a970..c0c32aa022 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern/emissionMap/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern/emissionMap/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API
\ No newline at end of file +Prototyping Kit • Scripting API
\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern/heightMap/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern/heightMap/index.html index edc86d05fd..09a4f5b735 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern/heightMap/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern/heightMap/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API
\ No newline at end of file +Prototyping Kit • Scripting API
\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern/index.html index 7f67645c6f..c7c2506ed2 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern/index.html @@ -1,2 +1,2 @@ -Prototyping Kit • Scripting API

MaterialPattern



Declaration

[Serializable]
+Prototyping Kit • Scripting API

MaterialPattern



Declaration

[Serializable]
 public struct MaterialPattern

Description

A material pattern, defined by a texture asset.

Properties

presetThe preset enumeration value of the pattern.
emissionMapThe emission map texture of the pattern.
normalMapThe normal map texture of the pattern.
heightMapThe height map texture of the pattern.

Constructors

MaterialPatternCreates a new material pattern with the specified preset.
\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern/normalMap/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern/normalMap/index.html index 71253d9b67..e8479017ed 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern/normalMap/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern/normalMap/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API \ No newline at end of file +Prototyping Kit • Scripting API \ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern/preset/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern/preset/index.html index c31661fbb4..3d8dc9501d 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern/preset/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern/preset/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API \ No newline at end of file +Prototyping Kit • Scripting API \ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPatternPalette/GetPattern/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPatternPalette/GetPattern/index.html index 15e0df85ea..533642732e 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPatternPalette/GetPattern/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPatternPalette/GetPattern/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API

MaterialPatternPalette.GetPattern



Declaration

public MaterialPattern GetPattern(MaterialPattern.Preset preset)

Description

Gets the material pattern for the given preset.

Parameters

presetThe preset to get the material pattern for.

Returns

MaterialPatternThe material pattern for the given preset.
\ No newline at end of file +Prototyping Kit • Scripting API

MaterialPatternPalette.GetPattern



Declaration

public MaterialPattern GetPattern(MaterialPattern.Preset preset)

Description

Gets the material pattern for the given preset.

Parameters

presetThe preset to get the material pattern for.

Returns

MaterialPatternThe material pattern for the given preset.
\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPatternPalette/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPatternPalette/index.html index 5b787d9390..9729c64588 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPatternPalette/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPatternPalette/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API

MaterialPatternPalette



Declaration

public sealed class MaterialPatternPalette : ScriptableObject

Description

A collection of material pattern presets.

Properties

patternsThe available patterns in the palette.

Methods

GetPatternGets the material pattern for the given preset.
\ No newline at end of file +Prototyping Kit • Scripting API

MaterialPatternPalette



Declaration

public sealed class MaterialPatternPalette : ScriptableObject

Description

A collection of material pattern presets.

Properties

patternsThe available patterns in the palette.

Methods

GetPatternGets the material pattern for the given preset.
\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPatternPalette/patterns/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPatternPalette/patterns/index.html index 5d8a2488bb..f0186d818a 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPatternPalette/patterns/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPatternPalette/patterns/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API \ No newline at end of file +Prototyping Kit • Scripting API \ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelector/Apply/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelector/Apply/index.html index 299b52c9d0..2659f63527 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelector/Apply/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelector/Apply/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API

MaterialSelector.Apply



Declaration

public override void Apply(MaterialStyle style, MaterialPattern pattern)

Description

Applies the selected style and pattern to the renderer.

Parameters

styleThe style to apply.
patternThe pattern to apply.
\ No newline at end of file +Prototyping Kit • Scripting API

MaterialSelector.Apply



Declaration

public override void Apply(MaterialStyle style, MaterialPattern pattern)

Description

Applies the selected style and pattern to the renderer.

Parameters

styleThe style to apply.
patternThe pattern to apply.
\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelector/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelector/index.html index 2aba4f0b81..a9b0afe21e 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelector/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelector/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API

MaterialSelector

Inherits from MaterialSelectorBase


Declaration

public sealed class MaterialSelector : MaterialSelectorBase

Description

Assigns a renderer's material from a preset list of options.

Methods

ApplyApplies the selected style and pattern to the renderer.
Inherited

Properties

styleThe selected style preset.
stylesThe palette of available styles.
patternThe selected pattern preset.
patternsThe palette of available patterns.
Inherited

Methods

ApplyApplies the selected style and pattern to the renderer.
\ No newline at end of file +Prototyping Kit • Scripting API

MaterialSelector

Inherits from MaterialSelectorBase


Declaration

public sealed class MaterialSelector : MaterialSelectorBase

Description

Assigns a renderer's material from a preset list of options.

Methods

ApplyApplies the selected style and pattern to the renderer.
Inherited

Properties

styleThe selected style preset.
stylesThe palette of available styles.
patternThe selected pattern preset.
patternsThe palette of available patterns.
Inherited

Methods

ApplyApplies the selected style and pattern to the renderer.
\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/Apply/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/Apply/index.html index a919732021..dc7cecd06d 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/Apply/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/Apply/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API

MaterialSelectorBase.Apply



Declaration

public abstract void Apply(MaterialStyle style, MaterialPattern pattern)

Description

Applies the selected style and pattern to the renderer.

Parameters

styleThe style to apply.
patternThe pattern to apply.

Overload

Declaration

public void Apply(MaterialStyle.Preset stylePreset, MaterialPattern.Preset patternPreset)

Description

Applies the preset style and pattern to the object.

Parameters

stylePresetThe style preset to apply.
patternPresetThe pattern preset to apply.

Overload

Declaration

public void Apply()

Description

Applies the current style and pattern to the object.

\ No newline at end of file +Prototyping Kit • Scripting API

MaterialSelectorBase.Apply



Declaration

public abstract void Apply(MaterialStyle style, MaterialPattern pattern)

Description

Applies the selected style and pattern to the renderer.

Parameters

styleThe style to apply.
patternThe pattern to apply.

Overload

Declaration

public void Apply(MaterialStyle.Preset stylePreset, MaterialPattern.Preset patternPreset)

Description

Applies the preset style and pattern to the object.

Parameters

stylePresetThe style preset to apply.
patternPresetThe pattern preset to apply.

Overload

Declaration

public void Apply()

Description

Applies the current style and pattern to the object.

\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/index.html index 7aef40e70e..5e961856ae 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API

MaterialSelectorBase



Declaration

public abstract class MaterialSelectorBase : MonoBehaviour

Description

Assigns a renderer's material from a preset list of options.

Properties

m_Style
m_Pattern
m_Styles
m_Patterns
styleThe selected style preset.
stylesThe palette of available styles.
patternThe selected pattern preset.
patternsThe palette of available patterns.

Methods

ApplyApplies the selected style and pattern to the renderer.
\ No newline at end of file +Prototyping Kit • Scripting API

MaterialSelectorBase



Declaration

public abstract class MaterialSelectorBase : MonoBehaviour

Description

Assigns a renderer's material from a preset list of options.

Properties

m_Style
m_Pattern
m_Styles
m_Patterns
styleThe selected style preset.
stylesThe palette of available styles.
patternThe selected pattern preset.
patternsThe palette of available patterns.

Methods

ApplyApplies the selected style and pattern to the renderer.
\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/m_Pattern/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/m_Pattern/index.html index 310d0279d8..bc677f1682 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/m_Pattern/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/m_Pattern/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API \ No newline at end of file +Prototyping Kit • Scripting API \ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/m_Patterns/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/m_Patterns/index.html index 4e37a945aa..00f952990a 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/m_Patterns/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/m_Patterns/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API \ No newline at end of file +Prototyping Kit • Scripting API \ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/m_Style/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/m_Style/index.html index 1a8e2b4172..c3e60ecc82 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/m_Style/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/m_Style/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API \ No newline at end of file +Prototyping Kit • Scripting API \ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/m_Styles/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/m_Styles/index.html index 63ed2880f3..07f9254f92 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/m_Styles/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/m_Styles/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API \ No newline at end of file +Prototyping Kit • Scripting API \ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/pattern/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/pattern/index.html index dd0d80d5ac..4b9f3b9386 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/pattern/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/pattern/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API \ No newline at end of file +Prototyping Kit • Scripting API \ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/patterns/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/patterns/index.html index e12cf478dc..ba168f12f2 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/patterns/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/patterns/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API \ No newline at end of file +Prototyping Kit • Scripting API

MaterialSelectorBase.patterns



Declaration

public MaterialPatternPalette patterns { get; set; }

Description

The palette of available patterns.

\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/style/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/style/index.html index 95aeb5b7f0..a16bcdeb13 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/style/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/style/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API \ No newline at end of file +Prototyping Kit • Scripting API \ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/styles/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/styles/index.html index 7d296efbdc..167524e1f9 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/styles/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/styles/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API \ No newline at end of file +Prototyping Kit • Scripting API \ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorGroup/Apply/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorGroup/Apply/index.html index c09eefa2a5..b60bf37759 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorGroup/Apply/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorGroup/Apply/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API

MaterialSelectorGroup.Apply



Declaration

public override void Apply(MaterialStyle style, MaterialPattern pattern)

Description

Applies the selected style and pattern to the renderer.

Parameters

styleThe style to apply.
patternThe pattern to apply.
\ No newline at end of file +Prototyping Kit • Scripting API

MaterialSelectorGroup.Apply



Declaration

public override void Apply(MaterialStyle style, MaterialPattern pattern)

Description

Applies the selected style and pattern to the renderer.

Parameters

styleThe style to apply.
patternThe pattern to apply.
\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorGroup/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorGroup/index.html index a6f1ca5188..4804cc116a 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorGroup/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorGroup/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API

MaterialSelectorGroup

Inherits from MaterialSelectorBase


Declaration

public sealed class MaterialSelectorGroup : MaterialSelectorBase

Description

Assigns a group of renderers' materials from a preset list of options.

Methods

ApplyApplies the selected style and pattern to the renderer.
Inherited

Properties

styleThe selected style preset.
stylesThe palette of available styles.
patternThe selected pattern preset.
patternsThe palette of available patterns.
Inherited

Methods

ApplyApplies the selected style and pattern to the renderer.
\ No newline at end of file +Prototyping Kit • Scripting API

MaterialSelectorGroup

Inherits from MaterialSelectorBase


Declaration

public sealed class MaterialSelectorGroup : MaterialSelectorBase

Description

Assigns a group of renderers' materials from a preset list of options.

Methods

ApplyApplies the selected style and pattern to the renderer.
Inherited

Properties

styleThe selected style preset.
stylesThe palette of available styles.
patternThe selected pattern preset.
patternsThe palette of available patterns.
Inherited

Methods

ApplyApplies the selected style and pattern to the renderer.
\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorRenderer/Apply/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorRenderer/Apply/index.html index b1c3193a3f..795347af24 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorRenderer/Apply/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorRenderer/Apply/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API

MaterialSelectorRenderer.Apply



Declaration

public void Apply(MaterialStyle style, MaterialPattern pattern)

Description

Applies the selected style and pattern to the renderer.

Parameters

styleThe style to apply.
patternThe pattern to apply.
\ No newline at end of file +Prototyping Kit • Scripting API

MaterialSelectorRenderer.Apply



Declaration

public void Apply(MaterialStyle style, MaterialPattern pattern)

Description

Applies the selected style and pattern to the renderer.

Parameters

styleThe style to apply.
patternThe pattern to apply.
\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorRenderer/CreateMaterial/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorRenderer/CreateMaterial/index.html index 904c69b6cf..6e0ba2e884 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorRenderer/CreateMaterial/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorRenderer/CreateMaterial/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API

MaterialSelectorRenderer.CreateMaterial



Declaration

public Material CreateMaterial(MaterialStyle style, MaterialPattern pattern)

Description

Creates a material from the selected style and pattern.

Parameters

styleThe style to apply.
patternThe pattern to apply.

Returns

MaterialThe created material.
\ No newline at end of file +Prototyping Kit • Scripting API

MaterialSelectorRenderer.CreateMaterial



Declaration

public Material CreateMaterial(MaterialStyle style, MaterialPattern pattern)

Description

Creates a material from the selected style and pattern.

Parameters

styleThe style to apply.
patternThe pattern to apply.

Returns

MaterialThe created material.
\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorRenderer/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorRenderer/index.html index 1bc0ef669a..e28a29daf4 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorRenderer/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorRenderer/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API

MaterialSelectorRenderer



Declaration

public sealed class MaterialSelectorRenderer : MonoBehaviour

Description

Applies a material style and pattern to a renderer.

Properties

rendererThe renderer that holds the material being selected (Read only).

Methods

ApplyApplies the selected style and pattern to the renderer.
CreateMaterialCreates a material from the selected style and pattern.
\ No newline at end of file +Prototyping Kit • Scripting API

MaterialSelectorRenderer



Declaration

public sealed class MaterialSelectorRenderer : MonoBehaviour

Description

Applies a material style and pattern to a renderer.

Properties

rendererThe renderer that holds the material being selected (Read only).

Methods

ApplyApplies the selected style and pattern to the renderer.
CreateMaterialCreates a material from the selected style and pattern.
\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorRenderer/renderer/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorRenderer/renderer/index.html index ff9544f018..85ce67ea78 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorRenderer/renderer/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorRenderer/renderer/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API

MaterialSelectorRenderer.renderer



Declaration

public Renderer renderer { get; }

Description

The renderer that holds the material being selected (Read only).

\ No newline at end of file +Prototyping Kit • Scripting API

MaterialSelectorRenderer.renderer



Declaration

public Renderer renderer { get; }

Description

The renderer that holds the material being selected (Read only).

\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Azure/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Azure/index.html index dbde9dd2df..7dab814886 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Azure/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Azure/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API \ No newline at end of file +Prototyping Kit • Scripting API \ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Black/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Black/index.html index e4c415268e..11e12ffa10 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Black/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Black/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API \ No newline at end of file +Prototyping Kit • Scripting API \ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Blue/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Blue/index.html index 011504a74c..8a4e360cd8 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Blue/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Blue/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API \ No newline at end of file +Prototyping Kit • Scripting API \ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Brown/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Brown/index.html index c65918a578..2d2790c6e1 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Brown/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Brown/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API \ No newline at end of file +Prototyping Kit • Scripting API \ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Custom1/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Custom1/index.html index 92b34432dd..0fc0cfb2b5 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Custom1/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Custom1/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API \ No newline at end of file +Prototyping Kit • Scripting API \ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Custom2/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Custom2/index.html index 054f675003..d6cb4edadb 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Custom2/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Custom2/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API \ No newline at end of file +Prototyping Kit • Scripting API \ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Custom3/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Custom3/index.html index 6e510cf011..6b86daf5f6 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Custom3/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Custom3/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API \ No newline at end of file +Prototyping Kit • Scripting API \ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Custom4/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Custom4/index.html index 831039fad9..4ef1cd55ec 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Custom4/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Custom4/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API \ No newline at end of file +Prototyping Kit • Scripting API \ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Custom5/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Custom5/index.html index 2f0e386b9a..4543fb2814 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Custom5/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Custom5/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API \ No newline at end of file +Prototyping Kit • Scripting API \ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Cyan/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Cyan/index.html index 6ec60686cc..ded0cc6fe0 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Cyan/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Cyan/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API \ No newline at end of file +Prototyping Kit • Scripting API \ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/DarkGray/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/DarkGray/index.html index 81395e5c69..9609e77934 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/DarkGray/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/DarkGray/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API \ No newline at end of file +Prototyping Kit • Scripting API \ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Glass/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Glass/index.html index e33ae6df8d..2d6ea9da3f 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Glass/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Glass/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API \ No newline at end of file +Prototyping Kit • Scripting API \ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Gray/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Gray/index.html index eb75214804..a6952295db 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Gray/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Gray/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API \ No newline at end of file +Prototyping Kit • Scripting API \ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Green/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Green/index.html index ad00811089..3260fc6e46 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Green/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Green/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API \ No newline at end of file +Prototyping Kit • Scripting API \ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Indigo/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Indigo/index.html index 6d3d135ed1..0f8ad4ac37 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Indigo/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Indigo/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API \ No newline at end of file +Prototyping Kit • Scripting API \ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/LightGray/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/LightGray/index.html index 61d82293ea..aabf94352a 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/LightGray/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/LightGray/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API \ No newline at end of file +Prototyping Kit • Scripting API \ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Lime/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Lime/index.html index d346e18ca4..00f5932823 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Lime/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Lime/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API \ No newline at end of file +Prototyping Kit • Scripting API \ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Magenta/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Magenta/index.html index b0be3edfee..539360c1dd 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Magenta/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Magenta/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API \ No newline at end of file +Prototyping Kit • Scripting API \ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/None/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/None/index.html index c7c6a8a3a7..9860c68167 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/None/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/None/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API \ No newline at end of file +Prototyping Kit • Scripting API \ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Orange/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Orange/index.html index bc01542583..6e632e6bb5 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Orange/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Orange/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API \ No newline at end of file +Prototyping Kit • Scripting API \ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Pink/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Pink/index.html index ffd09374a9..b9b6f7f894 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Pink/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Pink/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API \ No newline at end of file +Prototyping Kit • Scripting API \ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Purple/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Purple/index.html index ed606ed721..d8dfa1cde6 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Purple/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Purple/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API \ No newline at end of file +Prototyping Kit • Scripting API \ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Red/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Red/index.html index 154b537d55..887bd74cd6 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Red/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Red/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API \ No newline at end of file +Prototyping Kit • Scripting API \ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Teal/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Teal/index.html index 4f225c1265..c3dd68b351 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Teal/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Teal/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API \ No newline at end of file +Prototyping Kit • Scripting API \ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/White/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/White/index.html index ca0de989a2..3a391ccbe3 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/White/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/White/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API \ No newline at end of file +Prototyping Kit • Scripting API \ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Yellow/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Yellow/index.html index 9e43e35441..6a5ad32f3b 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Yellow/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Yellow/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API \ No newline at end of file +Prototyping Kit • Scripting API \ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/index.html index a6288c1ca8..6cbee71c3f 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API \ No newline at end of file +Prototyping Kit • Scripting API \ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle/color/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle/color/index.html index f50b1acb69..cb28af602c 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle/color/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle/color/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API \ No newline at end of file +Prototyping Kit • Scripting API \ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle/ctor/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle/ctor/index.html index 8f25a187c4..13f89a7a79 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle/ctor/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle/ctor/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API

MaterialStyle Constructor

Constructor in MaterialStyle


Declaration

public MaterialStyle(MaterialStyle.Preset preset, Color color = null, float metallic = 0F, float smoothness = 0F)

Description

Creates a new material style with the specified preset.

Parameters

presetThe preset enumeration value of the style.
colorThe color of the material style.
metallicThe metallic value of the material style.
smoothnessThe smoothness value of the material style.
\ No newline at end of file +Prototyping Kit • Scripting API

MaterialStyle Constructor

Constructor in MaterialStyle


Declaration

public MaterialStyle(MaterialStyle.Preset preset, Color color = null, float metallic = 0F, float smoothness = 0F)

Description

Creates a new material style with the specified preset.

Parameters

presetThe preset enumeration value of the style.
colorThe color of the material style.
metallicThe metallic value of the material style.
smoothnessThe smoothness value of the material style.
\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle/index.html index 732e42c268..5dd79c3763 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle/index.html @@ -1,2 +1,2 @@ -Prototyping Kit • Scripting API

MaterialStyle



Declaration

[Serializable]
+Prototyping Kit • Scripting API

MaterialStyle



Declaration

[Serializable]
 public struct MaterialStyle

Description

A material style, defined by color, metallic, and smoothness values.

Properties

presetThe preset enumeration value of the style.
colorThe color of the material style.
metallicThe metallic value of the material style.
smoothnessThe smoothness value of the material style.

Constructors

MaterialStyleCreates a new material style with the specified preset.
\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle/metallic/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle/metallic/index.html index bf995a052c..a02910577d 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle/metallic/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle/metallic/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API \ No newline at end of file +Prototyping Kit • Scripting API \ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle/preset/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle/preset/index.html index d5c9cee6de..3fc309459e 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle/preset/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle/preset/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API \ No newline at end of file +Prototyping Kit • Scripting API \ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle/smoothness/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle/smoothness/index.html index 017c4f6828..cb04526241 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle/smoothness/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle/smoothness/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API \ No newline at end of file +Prototyping Kit • Scripting API \ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStylePalette/GetStyle/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStylePalette/GetStyle/index.html index 0439ee4933..27546fe8f7 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStylePalette/GetStyle/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStylePalette/GetStyle/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API

MaterialStylePalette.GetStyle



Declaration

public MaterialStyle GetStyle(MaterialStyle.Preset preset)

Description

Gets the material style for the given preset.

Parameters

presetThe preset to get the material style for.

Returns

MaterialStyleThe material style for the given preset.
\ No newline at end of file +Prototyping Kit • Scripting API

MaterialStylePalette.GetStyle



Declaration

public MaterialStyle GetStyle(MaterialStyle.Preset preset)

Description

Gets the material style for the given preset.

Parameters

presetThe preset to get the material style for.

Returns

MaterialStyleThe material style for the given preset.
\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStylePalette/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStylePalette/index.html index 0ca71d367f..22369ef6f4 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStylePalette/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStylePalette/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API

MaterialStylePalette



Declaration

public sealed class MaterialStylePalette : ScriptableObject

Description

A collection of material style presets.

Properties

stylesThe available styles in the palette.

Methods

GetStyleGets the material style for the given preset.
\ No newline at end of file +Prototyping Kit • Scripting API

MaterialStylePalette



Declaration

public sealed class MaterialStylePalette : ScriptableObject

Description

A collection of material style presets.

Properties

stylesThe available styles in the palette.

Methods

GetStyleGets the material style for the given preset.
\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStylePalette/styles/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStylePalette/styles/index.html index 31cd51eb55..054a0bdcf3 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStylePalette/styles/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStylePalette/styles/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API \ No newline at end of file +Prototyping Kit • Scripting API \ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTiling/SetTextureScale/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTiling/SetTextureScale/index.html deleted file mode 100644 index 67e43fa43b..0000000000 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTiling/SetTextureScale/index.html +++ /dev/null @@ -1 +0,0 @@ -Prototyping Kit • Scripting API

MaterialTiling.SetTextureScale

Method in MaterialTiling


Declaration

protected void SetTextureScale(Material material, Vector2 scale)

Description

Sets the texture scale of a material.

Parameters

materialThe material to set the texture scale of.
scaleThe texture scale to set.
\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTiling/UpdateMaterials/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTiling/UpdateMaterials/index.html index d80557bea4..7ffb41e7ed 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTiling/UpdateMaterials/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTiling/UpdateMaterials/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API \ No newline at end of file +Prototyping Kit • Scripting API

MaterialTiling.UpdateMaterials

Method in MaterialTiling


Declaration

protected override void UpdateMaterials()

Description

Updates the materials of the object.

\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTiling/UpdateMaterialsInEditor/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTiling/UpdateMaterialsInEditor/index.html index 9678554f5a..9ccaa7e807 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTiling/UpdateMaterialsInEditor/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTiling/UpdateMaterialsInEditor/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API

MaterialTiling.UpdateMaterialsInEditor

Method in MaterialTiling


Declaration

protected abstract void UpdateMaterialsInEditor()

Description

Updates the materials of the object while running in the editor.

\ No newline at end of file +Prototyping Kit • Scripting API

MaterialTiling.UpdateMaterialsInEditor

Method in MaterialTiling


Declaration

protected override void UpdateMaterialsInEditor()

Description

Updates the materials of the object while running in the editor.

\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTiling/autoUpdate/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTiling/autoUpdate/index.html deleted file mode 100644 index 9e53448879..0000000000 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTiling/autoUpdate/index.html +++ /dev/null @@ -1 +0,0 @@ -Prototyping Kit • Scripting API

MaterialTiling.autoUpdate

Property in MaterialTiling


Declaration

public bool autoUpdate

Description

Whether the material texture(s) are tiled automatically when the transform changes.

\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTiling/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTiling/index.html index 6a64ae07e1..e56d95827e 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTiling/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTiling/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API

MaterialTiling



Declaration

public abstract class MaterialTiling : MonoBehaviour

Description

Automatically tiles the materials of an object based on its scale.

Properties

rendererThe renderer component of the material being tiled (Read only).
scaleMultiplierThe texture scale multiplier of the material being tiled.
autoUpdateWhether the material texture(s) are tiled automatically when the transform changes.

Methods

TileTiles the materials of the object.
ForceUpdateForces the materials to be updated.
SetTextureScaleSets the texture scale of a material.
UpdateMaterialsUpdates the materials of the object.
UpdateMaterialsInEditorUpdates the materials of the object while running in the editor.
\ No newline at end of file +Prototyping Kit • Scripting API

MaterialTiling

Inherits from MaterialTilingBase


Declaration

public class MaterialTiling : MaterialTilingBase

Description

Automatically tiles the materials of an object based on its scale.

Methods

UpdateMaterialsUpdates the materials of the object.
UpdateMaterialsInEditorUpdates the materials of the object while running in the editor.
Inherited

Properties

rendererThe renderer component of the material being tiled (Read only).
tilingOffsetThe texture tiling offset of the material being tiled.
scaleMultiplierThe texture scale multiplier of the material being tiled.
autoUpdateWhether the material texture(s) are tiled automatically when the transform changes.
Inherited

Methods

TileTiles the materials of the object.
ForceUpdateForces the materials to be updated.
\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingPlane/UpdateMaterialsInEditor/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingBase/ForceUpdate/index.html similarity index 67% rename from com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingPlane/UpdateMaterialsInEditor/index.html rename to com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingBase/ForceUpdate/index.html index 2c1b8ec783..daf9298d80 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingPlane/UpdateMaterialsInEditor/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingBase/ForceUpdate/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API

MaterialTilingPlane.UpdateMaterialsInEditor



Declaration

protected override void UpdateMaterialsInEditor()

Description

Updates the materials of the object while running in the editor.

\ No newline at end of file +Prototyping Kit • Scripting API \ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTiling/renderer/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingBase/SetTextureScale/index.html similarity index 66% rename from com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTiling/renderer/index.html rename to com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingBase/SetTextureScale/index.html index 7f9f571cca..d9607ca295 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTiling/renderer/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingBase/SetTextureScale/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API

MaterialTiling.renderer

Property in MaterialTiling


Declaration

public Renderer renderer { get; }

Description

The renderer component of the material being tiled (Read only).

\ No newline at end of file +Prototyping Kit • Scripting API

MaterialTilingBase.SetTextureScale



Declaration

protected void SetTextureScale(Material material, Vector2 scale)

Description

Sets the texture scale of a material.

Parameters

materialThe material to set the texture scale of.
scaleThe texture scale to set.
\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingSphere/UpdateMaterials/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingBase/Tile/index.html similarity index 67% rename from com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingSphere/UpdateMaterials/index.html rename to com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingBase/Tile/index.html index 18831ebfdb..d43a9581a9 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingSphere/UpdateMaterials/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingBase/Tile/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API \ No newline at end of file +Prototyping Kit • Scripting API \ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTiling/ForceUpdate/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingBase/UpdateMaterials/index.html similarity index 66% rename from com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTiling/ForceUpdate/index.html rename to com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingBase/UpdateMaterials/index.html index 7d22e93a13..9f59097d77 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTiling/ForceUpdate/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingBase/UpdateMaterials/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API \ No newline at end of file +Prototyping Kit • Scripting API

MaterialTilingBase.UpdateMaterials



Declaration

protected abstract void UpdateMaterials()

Description

Updates the materials of the object.

\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTiling/Tile/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingBase/UpdateMaterialsInEditor/index.html similarity index 75% rename from com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTiling/Tile/index.html rename to com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingBase/UpdateMaterialsInEditor/index.html index 6a77351e14..9337c83c94 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTiling/Tile/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingBase/UpdateMaterialsInEditor/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API \ No newline at end of file +Prototyping Kit • Scripting API

MaterialTilingBase.UpdateMaterialsInEditor



Declaration

protected abstract void UpdateMaterialsInEditor()

Description

Updates the materials of the object while running in the editor.

\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTiling/scaleMultiplier/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingBase/autoUpdate/index.html similarity index 66% rename from com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTiling/scaleMultiplier/index.html rename to com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingBase/autoUpdate/index.html index bece83b677..7eea297a72 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTiling/scaleMultiplier/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingBase/autoUpdate/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API \ No newline at end of file +Prototyping Kit • Scripting API

MaterialTilingBase.autoUpdate

Property in MaterialTilingBase


Declaration

public bool autoUpdate

Description

Whether the material texture(s) are tiled automatically when the transform changes.

\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingPlane/UpdateMaterials/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingBase/index.html similarity index 65% rename from com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingPlane/UpdateMaterials/index.html rename to com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingBase/index.html index da79813bc1..7190093e2e 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingPlane/UpdateMaterials/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingBase/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API \ No newline at end of file +Prototyping Kit • Scripting API

MaterialTilingBase



Declaration

public abstract class MaterialTilingBase : MonoBehaviour

Description

Automatically tiles the materials of an object based on its scale.

Properties

rendererThe renderer component of the material being tiled (Read only).
tilingOffsetThe texture tiling offset of the material being tiled.
scaleMultiplierThe texture scale multiplier of the material being tiled.
autoUpdateWhether the material texture(s) are tiled automatically when the transform changes.

Methods

TileTiles the materials of the object.
ForceUpdateForces the materials to be updated.
SetTextureScaleSets the texture scale of a material.
UpdateMaterialsUpdates the materials of the object.
UpdateMaterialsInEditorUpdates the materials of the object while running in the editor.
\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingBase/renderer/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingBase/renderer/index.html new file mode 100644 index 0000000000..779bd5c7a1 --- /dev/null +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingBase/renderer/index.html @@ -0,0 +1 @@ +Prototyping Kit • Scripting API

MaterialTilingBase.renderer

Property in MaterialTilingBase


Declaration

public Renderer renderer { get; }

Description

The renderer component of the material being tiled (Read only).

\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingBase/scaleMultiplier/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingBase/scaleMultiplier/index.html new file mode 100644 index 0000000000..a85da1956d --- /dev/null +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingBase/scaleMultiplier/index.html @@ -0,0 +1 @@ +Prototyping Kit • Scripting API

MaterialTilingBase.scaleMultiplier

Property in MaterialTilingBase


Declaration

public float scaleMultiplier

Description

The texture scale multiplier of the material being tiled.

\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingSphere/UpdateMaterialsInEditor/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingBase/tilingOffset/index.html similarity index 67% rename from com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingSphere/UpdateMaterialsInEditor/index.html rename to com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingBase/tilingOffset/index.html index 550052e0d9..a81e243d00 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingSphere/UpdateMaterialsInEditor/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingBase/tilingOffset/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API

MaterialTilingSphere.UpdateMaterialsInEditor



Declaration

protected override void UpdateMaterialsInEditor()

Description

Updates the materials of the object while running in the editor.

\ No newline at end of file +Prototyping Kit • Scripting API

MaterialTilingBase.tilingOffset

Property in MaterialTilingBase


Declaration

public Vector3 tilingOffset

Description

The texture tiling offset of the material being tiled.

\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingCube/UpdateMaterials/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingCube/UpdateMaterials/index.html index 3421f113c3..363ab15e87 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingCube/UpdateMaterials/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingCube/UpdateMaterials/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API \ No newline at end of file +Prototyping Kit • Scripting API

MaterialTilingCube.UpdateMaterials



Declaration

protected override void UpdateMaterials()

Description

Updates the materials of the object.

\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingCube/UpdateMaterialsInEditor/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingCube/UpdateMaterialsInEditor/index.html index 531759dc59..51c52e119d 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingCube/UpdateMaterialsInEditor/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingCube/UpdateMaterialsInEditor/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API

MaterialTilingCube.UpdateMaterialsInEditor



Declaration

protected override void UpdateMaterialsInEditor()

Description

Updates the materials of the object while running in the editor.

\ No newline at end of file +Prototyping Kit • Scripting API

MaterialTilingCube.UpdateMaterialsInEditor



Declaration

protected override void UpdateMaterialsInEditor()

Description

Updates the materials of the object while running in the editor.

\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingCube/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingCube/index.html index 05cb4a21e4..d8dc304a7f 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingCube/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingCube/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API

MaterialTilingCube

Inherits from MaterialTiling


Declaration

public sealed class MaterialTilingCube : MaterialTiling

Description

Automatically tiles the materials of a cube based on its scale.

Methods

UpdateMaterialsUpdates the materials of the object.
UpdateMaterialsInEditorUpdates the materials of the object while running in the editor.
Inherited

Properties

rendererThe renderer component of the material being tiled (Read only).
scaleMultiplierThe texture scale multiplier of the material being tiled.
autoUpdateWhether the material texture(s) are tiled automatically when the transform changes.
Inherited

Methods

TileTiles the materials of the object.
ForceUpdateForces the materials to be updated.
\ No newline at end of file +Prototyping Kit • Scripting API

MaterialTilingCube

Inherits from MaterialTilingBase


Declaration

public sealed class MaterialTilingCube : MaterialTilingBase

Description

Automatically tiles the materials of a cube based on its scale.

Methods

UpdateMaterialsUpdates the materials of the object.
UpdateMaterialsInEditorUpdates the materials of the object while running in the editor.
Inherited

Properties

rendererThe renderer component of the material being tiled (Read only).
tilingOffsetThe texture tiling offset of the material being tiled.
scaleMultiplierThe texture scale multiplier of the material being tiled.
autoUpdateWhether the material texture(s) are tiled automatically when the transform changes.
Inherited

Methods

TileTiles the materials of the object.
ForceUpdateForces the materials to be updated.
\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingPlane/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingPlane/index.html deleted file mode 100644 index fdce59f7a5..0000000000 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingPlane/index.html +++ /dev/null @@ -1 +0,0 @@ -Prototyping Kit • Scripting API

MaterialTilingPlane

Inherits from MaterialTiling


Declaration

public sealed class MaterialTilingPlane : MaterialTiling

Description

Automatically tiles the materials of a plane based on its scale.

Methods

UpdateMaterialsUpdates the materials of the object.
UpdateMaterialsInEditorUpdates the materials of the object while running in the editor.
Inherited

Properties

rendererThe renderer component of the material being tiled (Read only).
scaleMultiplierThe texture scale multiplier of the material being tiled.
autoUpdateWhether the material texture(s) are tiled automatically when the transform changes.
Inherited

Methods

TileTiles the materials of the object.
ForceUpdateForces the materials to be updated.
\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingSphere/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingSphere/index.html deleted file mode 100644 index e0dc84ad06..0000000000 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingSphere/index.html +++ /dev/null @@ -1 +0,0 @@ -Prototyping Kit • Scripting API

MaterialTilingSphere

Inherits from MaterialTiling


Declaration

public sealed class MaterialTilingSphere : MaterialTiling

Description

Automatically tiles the material of a sphere based on its scale.

Methods

UpdateMaterialsUpdates the materials of the object.
UpdateMaterialsInEditorUpdates the materials of the object while running in the editor.
Inherited

Properties

rendererThe renderer component of the material being tiled (Read only).
scaleMultiplierThe texture scale multiplier of the material being tiled.
autoUpdateWhether the material texture(s) are tiled automatically when the transform changes.
Inherited

Methods

TileTiles the materials of the object.
ForceUpdateForces the materials to be updated.
\ No newline at end of file diff --git a/com.zigurous.prototyping/api/Zigurous.Prototyping/index.html b/com.zigurous.prototyping/api/Zigurous.Prototyping/index.html index e124fdb8f3..5ab9932baf 100644 --- a/com.zigurous.prototyping/api/Zigurous.Prototyping/index.html +++ b/com.zigurous.prototyping/api/Zigurous.Prototyping/index.html @@ -1 +1 @@ -Prototyping Kit • Scripting API

Zigurous.Prototyping

Namespace


Classes

Structs

  • MaterialPattern

    A material pattern, defined by a texture asset.


  • MaterialStyle

    A material style, defined by color, metallic, and smoothness values.


Enums

\ No newline at end of file +Prototyping Kit • Scripting API

Zigurous.Prototyping

Namespace


Classes

Structs

  • MaterialPattern

    A material pattern, defined by a texture asset.


  • MaterialStyle

    A material style, defined by color, metallic, and smoothness values.


Enums

\ No newline at end of file diff --git a/com.zigurous.prototyping/api/index.html b/com.zigurous.prototyping/api/index.html index f12be36cf5..c1770e3492 100644 --- a/com.zigurous.prototyping/api/index.html +++ b/com.zigurous.prototyping/api/index.html @@ -1 +1 @@ -Prototyping Kit • Documentation \ No newline at end of file +Prototyping Kit • Documentation \ No newline at end of file diff --git a/com.zigurous.prototyping/changelog/index.html b/com.zigurous.prototyping/changelog/index.html index 7af313efef..16f75a6bb1 100644 --- a/com.zigurous.prototyping/changelog/index.html +++ b/com.zigurous.prototyping/changelog/index.html @@ -2,6 +2,25 @@

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

+

[0.4.0] - 2023/05/01

+

Added

+
    +
  • New "Pattern_00" textures and material
  • +
  • New scaleMultiplier property added to MaterialTiling
  • +
  • New tilingOffset property added to MaterialTiling
  • +
  • Set up package samples with Playground scene
  • +
+

Changed

+
    +
  • Smoothed shading on custom models
  • +
  • Changed component menu names
  • +
  • Updated ramps in playground scene
  • +
+

Removed

+
    +
  • Script MaterialTilingSphere
  • +
  • Script MaterialTilingPlane
  • +

[0.3.0] - 2022/03/26

Added

    diff --git a/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTiling/ForceUpdate/page-data.json b/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTiling/ForceUpdate/page-data.json deleted file mode 100644 index 888241f019..0000000000 --- a/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTiling/ForceUpdate/page-data.json +++ /dev/null @@ -1 +0,0 @@ -{"componentChunkName":"component---src-templates-api-js","path":"/api/Zigurous.Prototyping/MaterialTiling/ForceUpdate","result":{"pageContext":{"uid":"Zigurous.Prototyping.MaterialTiling.ForceUpdate"}},"staticQueryHashes":["1654257956","2011016986","2614227032","3218290725"]} \ No newline at end of file diff --git a/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTiling/SetTextureScale/page-data.json b/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTiling/SetTextureScale/page-data.json deleted file mode 100644 index cc7a0954d0..0000000000 --- a/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTiling/SetTextureScale/page-data.json +++ /dev/null @@ -1 +0,0 @@ -{"componentChunkName":"component---src-templates-api-js","path":"/api/Zigurous.Prototyping/MaterialTiling/SetTextureScale","result":{"pageContext":{"uid":"Zigurous.Prototyping.MaterialTiling.SetTextureScale"}},"staticQueryHashes":["1654257956","2011016986","2614227032","3218290725"]} \ No newline at end of file diff --git a/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTiling/Tile/page-data.json b/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTiling/Tile/page-data.json deleted file mode 100644 index 78aaafee24..0000000000 --- a/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTiling/Tile/page-data.json +++ /dev/null @@ -1 +0,0 @@ -{"componentChunkName":"component---src-templates-api-js","path":"/api/Zigurous.Prototyping/MaterialTiling/Tile","result":{"pageContext":{"uid":"Zigurous.Prototyping.MaterialTiling.Tile"}},"staticQueryHashes":["1654257956","2011016986","2614227032","3218290725"]} \ No newline at end of file diff --git a/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTiling/autoUpdate/page-data.json b/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTiling/autoUpdate/page-data.json deleted file mode 100644 index 96a1b97873..0000000000 --- a/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTiling/autoUpdate/page-data.json +++ /dev/null @@ -1 +0,0 @@ -{"componentChunkName":"component---src-templates-api-js","path":"/api/Zigurous.Prototyping/MaterialTiling/autoUpdate","result":{"pageContext":{"uid":"Zigurous.Prototyping.MaterialTiling.autoUpdate"}},"staticQueryHashes":["1654257956","2011016986","2614227032","3218290725"]} \ No newline at end of file diff --git a/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTiling/scaleMultiplier/page-data.json b/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTiling/scaleMultiplier/page-data.json deleted file mode 100644 index 6d4e96e726..0000000000 --- a/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTiling/scaleMultiplier/page-data.json +++ /dev/null @@ -1 +0,0 @@ -{"componentChunkName":"component---src-templates-api-js","path":"/api/Zigurous.Prototyping/MaterialTiling/scaleMultiplier","result":{"pageContext":{"uid":"Zigurous.Prototyping.MaterialTiling.scaleMultiplier"}},"staticQueryHashes":["1654257956","2011016986","2614227032","3218290725"]} \ No newline at end of file diff --git a/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTilingBase/ForceUpdate/page-data.json b/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTilingBase/ForceUpdate/page-data.json new file mode 100644 index 0000000000..c622788490 --- /dev/null +++ b/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTilingBase/ForceUpdate/page-data.json @@ -0,0 +1 @@ +{"componentChunkName":"component---src-templates-api-js","path":"/api/Zigurous.Prototyping/MaterialTilingBase/ForceUpdate","result":{"pageContext":{"uid":"Zigurous.Prototyping.MaterialTilingBase.ForceUpdate"}},"staticQueryHashes":["1654257956","2011016986","2614227032","3218290725"]} \ No newline at end of file diff --git a/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTilingBase/SetTextureScale/page-data.json b/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTilingBase/SetTextureScale/page-data.json new file mode 100644 index 0000000000..05364a5aa9 --- /dev/null +++ b/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTilingBase/SetTextureScale/page-data.json @@ -0,0 +1 @@ +{"componentChunkName":"component---src-templates-api-js","path":"/api/Zigurous.Prototyping/MaterialTilingBase/SetTextureScale","result":{"pageContext":{"uid":"Zigurous.Prototyping.MaterialTilingBase.SetTextureScale"}},"staticQueryHashes":["1654257956","2011016986","2614227032","3218290725"]} \ No newline at end of file diff --git a/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTiling/renderer/page-data.json b/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTilingBase/Tile/page-data.json similarity index 52% rename from com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTiling/renderer/page-data.json rename to com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTilingBase/Tile/page-data.json index ba6cf055a3..e5f36ec42c 100644 --- a/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTiling/renderer/page-data.json +++ b/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTilingBase/Tile/page-data.json @@ -1 +1 @@ -{"componentChunkName":"component---src-templates-api-js","path":"/api/Zigurous.Prototyping/MaterialTiling/renderer","result":{"pageContext":{"uid":"Zigurous.Prototyping.MaterialTiling.renderer"}},"staticQueryHashes":["1654257956","2011016986","2614227032","3218290725"]} \ No newline at end of file +{"componentChunkName":"component---src-templates-api-js","path":"/api/Zigurous.Prototyping/MaterialTilingBase/Tile","result":{"pageContext":{"uid":"Zigurous.Prototyping.MaterialTilingBase.Tile"}},"staticQueryHashes":["1654257956","2011016986","2614227032","3218290725"]} \ No newline at end of file diff --git a/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTilingBase/UpdateMaterials/page-data.json b/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTilingBase/UpdateMaterials/page-data.json new file mode 100644 index 0000000000..881d4e2986 --- /dev/null +++ b/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTilingBase/UpdateMaterials/page-data.json @@ -0,0 +1 @@ +{"componentChunkName":"component---src-templates-api-js","path":"/api/Zigurous.Prototyping/MaterialTilingBase/UpdateMaterials","result":{"pageContext":{"uid":"Zigurous.Prototyping.MaterialTilingBase.UpdateMaterials"}},"staticQueryHashes":["1654257956","2011016986","2614227032","3218290725"]} \ No newline at end of file diff --git a/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTilingBase/UpdateMaterialsInEditor/page-data.json b/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTilingBase/UpdateMaterialsInEditor/page-data.json new file mode 100644 index 0000000000..7126cfa8bd --- /dev/null +++ b/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTilingBase/UpdateMaterialsInEditor/page-data.json @@ -0,0 +1 @@ +{"componentChunkName":"component---src-templates-api-js","path":"/api/Zigurous.Prototyping/MaterialTilingBase/UpdateMaterialsInEditor","result":{"pageContext":{"uid":"Zigurous.Prototyping.MaterialTilingBase.UpdateMaterialsInEditor"}},"staticQueryHashes":["1654257956","2011016986","2614227032","3218290725"]} \ No newline at end of file diff --git a/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTilingBase/autoUpdate/page-data.json b/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTilingBase/autoUpdate/page-data.json new file mode 100644 index 0000000000..a92912e29f --- /dev/null +++ b/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTilingBase/autoUpdate/page-data.json @@ -0,0 +1 @@ +{"componentChunkName":"component---src-templates-api-js","path":"/api/Zigurous.Prototyping/MaterialTilingBase/autoUpdate","result":{"pageContext":{"uid":"Zigurous.Prototyping.MaterialTilingBase.autoUpdate"}},"staticQueryHashes":["1654257956","2011016986","2614227032","3218290725"]} \ No newline at end of file diff --git a/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTilingBase/page-data.json b/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTilingBase/page-data.json new file mode 100644 index 0000000000..80a43a33ff --- /dev/null +++ b/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTilingBase/page-data.json @@ -0,0 +1 @@ +{"componentChunkName":"component---src-templates-api-js","path":"/api/Zigurous.Prototyping/MaterialTilingBase","result":{"pageContext":{"uid":"Zigurous.Prototyping.MaterialTilingBase"}},"staticQueryHashes":["1654257956","2011016986","2614227032","3218290725"]} \ No newline at end of file diff --git a/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTilingBase/renderer/page-data.json b/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTilingBase/renderer/page-data.json new file mode 100644 index 0000000000..24bcd3c908 --- /dev/null +++ b/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTilingBase/renderer/page-data.json @@ -0,0 +1 @@ +{"componentChunkName":"component---src-templates-api-js","path":"/api/Zigurous.Prototyping/MaterialTilingBase/renderer","result":{"pageContext":{"uid":"Zigurous.Prototyping.MaterialTilingBase.renderer"}},"staticQueryHashes":["1654257956","2011016986","2614227032","3218290725"]} \ No newline at end of file diff --git a/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTilingBase/scaleMultiplier/page-data.json b/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTilingBase/scaleMultiplier/page-data.json new file mode 100644 index 0000000000..0847d65581 --- /dev/null +++ b/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTilingBase/scaleMultiplier/page-data.json @@ -0,0 +1 @@ +{"componentChunkName":"component---src-templates-api-js","path":"/api/Zigurous.Prototyping/MaterialTilingBase/scaleMultiplier","result":{"pageContext":{"uid":"Zigurous.Prototyping.MaterialTilingBase.scaleMultiplier"}},"staticQueryHashes":["1654257956","2011016986","2614227032","3218290725"]} \ No newline at end of file diff --git a/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTilingBase/tilingOffset/page-data.json b/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTilingBase/tilingOffset/page-data.json new file mode 100644 index 0000000000..5e46527739 --- /dev/null +++ b/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTilingBase/tilingOffset/page-data.json @@ -0,0 +1 @@ +{"componentChunkName":"component---src-templates-api-js","path":"/api/Zigurous.Prototyping/MaterialTilingBase/tilingOffset","result":{"pageContext":{"uid":"Zigurous.Prototyping.MaterialTilingBase.tilingOffset"}},"staticQueryHashes":["1654257956","2011016986","2614227032","3218290725"]} \ No newline at end of file diff --git a/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTilingPlane/UpdateMaterials/page-data.json b/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTilingPlane/UpdateMaterials/page-data.json deleted file mode 100644 index 60189147cb..0000000000 --- a/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTilingPlane/UpdateMaterials/page-data.json +++ /dev/null @@ -1 +0,0 @@ -{"componentChunkName":"component---src-templates-api-js","path":"/api/Zigurous.Prototyping/MaterialTilingPlane/UpdateMaterials","result":{"pageContext":{"uid":"Zigurous.Prototyping.MaterialTilingPlane.UpdateMaterials"}},"staticQueryHashes":["1654257956","2011016986","2614227032","3218290725"]} \ No newline at end of file diff --git a/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTilingPlane/UpdateMaterialsInEditor/page-data.json b/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTilingPlane/UpdateMaterialsInEditor/page-data.json deleted file mode 100644 index 2cc3fefee1..0000000000 --- a/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTilingPlane/UpdateMaterialsInEditor/page-data.json +++ /dev/null @@ -1 +0,0 @@ -{"componentChunkName":"component---src-templates-api-js","path":"/api/Zigurous.Prototyping/MaterialTilingPlane/UpdateMaterialsInEditor","result":{"pageContext":{"uid":"Zigurous.Prototyping.MaterialTilingPlane.UpdateMaterialsInEditor"}},"staticQueryHashes":["1654257956","2011016986","2614227032","3218290725"]} \ No newline at end of file diff --git a/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTilingPlane/page-data.json b/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTilingPlane/page-data.json deleted file mode 100644 index a5ac5bcf10..0000000000 --- a/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTilingPlane/page-data.json +++ /dev/null @@ -1 +0,0 @@ -{"componentChunkName":"component---src-templates-api-js","path":"/api/Zigurous.Prototyping/MaterialTilingPlane","result":{"pageContext":{"uid":"Zigurous.Prototyping.MaterialTilingPlane"}},"staticQueryHashes":["1654257956","2011016986","2614227032","3218290725"]} \ No newline at end of file diff --git a/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTilingSphere/UpdateMaterials/page-data.json b/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTilingSphere/UpdateMaterials/page-data.json deleted file mode 100644 index cf13878e32..0000000000 --- a/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTilingSphere/UpdateMaterials/page-data.json +++ /dev/null @@ -1 +0,0 @@ -{"componentChunkName":"component---src-templates-api-js","path":"/api/Zigurous.Prototyping/MaterialTilingSphere/UpdateMaterials","result":{"pageContext":{"uid":"Zigurous.Prototyping.MaterialTilingSphere.UpdateMaterials"}},"staticQueryHashes":["1654257956","2011016986","2614227032","3218290725"]} \ No newline at end of file diff --git a/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTilingSphere/UpdateMaterialsInEditor/page-data.json b/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTilingSphere/UpdateMaterialsInEditor/page-data.json deleted file mode 100644 index b593a184d7..0000000000 --- a/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTilingSphere/UpdateMaterialsInEditor/page-data.json +++ /dev/null @@ -1 +0,0 @@ -{"componentChunkName":"component---src-templates-api-js","path":"/api/Zigurous.Prototyping/MaterialTilingSphere/UpdateMaterialsInEditor","result":{"pageContext":{"uid":"Zigurous.Prototyping.MaterialTilingSphere.UpdateMaterialsInEditor"}},"staticQueryHashes":["1654257956","2011016986","2614227032","3218290725"]} \ No newline at end of file diff --git a/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTilingSphere/page-data.json b/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTilingSphere/page-data.json deleted file mode 100644 index 55e9b29992..0000000000 --- a/com.zigurous.prototyping/page-data/api/Zigurous.Prototyping/MaterialTilingSphere/page-data.json +++ /dev/null @@ -1 +0,0 @@ -{"componentChunkName":"component---src-templates-api-js","path":"/api/Zigurous.Prototyping/MaterialTilingSphere","result":{"pageContext":{"uid":"Zigurous.Prototyping.MaterialTilingSphere"}},"staticQueryHashes":["1654257956","2011016986","2614227032","3218290725"]} \ No newline at end of file diff --git a/com.zigurous.prototyping/page-data/changelog/page-data.json b/com.zigurous.prototyping/page-data/changelog/page-data.json index 1f377f32a2..ba3bd5b223 100644 --- a/com.zigurous.prototyping/page-data/changelog/page-data.json +++ b/com.zigurous.prototyping/page-data/changelog/page-data.json @@ -1 +1 @@ -{"componentChunkName":"component---src-pages-markdown-remark-frontmatter-slug-js","path":"/changelog","result":{"data":{"markdownRemark":{"html":"

    Changelog

    \n

    All notable changes to this project will be documented in this file.

    \n

    The format is based on Keep a Changelog,\r\nand this project adheres to Semantic Versioning.

    \n

    [0.3.0] - 2022/03/26

    \n

    Added

    \n
      \n
    • New 3D model primitives
    • \n
    • New grid prefabs (sphere, ramp)
    • \n
    • Normal maps and height maps for pattern textures
    • \n
    • Playground scene
    • \n
    • MaterialSelectorGroup script
    • \n
    • MaterialTilingSphere script
    • \n
    • GridAlignment script
    • \n
    \n

    Changed

    \n
      \n
    • UV coordinates on prototyping cube
    • \n
    • Remade reflection sphere prefab
    • \n
    • Pattern styles and colors
    • \n
    \n

    [0.2.0] - 2021/07/21

    \n

    Added

    \n
      \n
    • New prototyping cube mesh
    • \n
    • New grid pattern texture variants (14)
    • \n
    • Cubemap surface shader
    • \n
    • Cubemap prefabs
    • \n
    • 8x8 checkerboard
    • \n
    \n

    Changed

    \n
      \n
    • All scripts have been rewritten for simplicity, performance, and new feature support
    • \n
    \n

    [0.1.0] - 2021/05/19

    \n

    Added

    \n

    Materials

    \n
      \n
    • Grid 4x4 (20 color variants)
    • \n
    • Checkerboard 2x2
    • \n
    • Checkerboard 4x4
    • \n
    • Cubemap Axes
    • \n
    • Reflection
    • \n
    \n

    Textures

    \n
      \n
    • Grid Emission 4x4
    • \n
    • Checkerboard 2x2
    • \n
    • Checkerboard 4x4
    • \n
    • Cubemap Light/Dark
    • \n
    • Cubemap Axes
    • \n
    \n

    Prefabs

    \n
      \n
    • Grid Cube 1x1x1
    • \n
    • Grid Plane 1x1x1
    • \n
    • Grid Room 50x50x50
    • \n
    • Checkerboard Cube 1x1x1
    • \n
    • Reflection Sphere
    • \n
    • Cubemap Axes
    • \n
    \n

    Shaders

    \n
      \n
    • Checkerboard Lit
    • \n
    • Checkerboard Unlit
    • \n
    ","frontmatter":{"slug":"/changelog","class":"changelog","title":""}}},"pageContext":{"id":"130f72e7-e49b-5e30-8f81-f011964e928e","frontmatter__slug":"/changelog","__params":{"frontmatter__slug":"changelog"}}},"staticQueryHashes":["1654257956","2011016986","3218290725"]} \ No newline at end of file +{"componentChunkName":"component---src-pages-markdown-remark-frontmatter-slug-js","path":"/changelog","result":{"data":{"markdownRemark":{"html":"

    Changelog

    \n

    All notable changes to this project will be documented in this file.

    \n

    The format is based on Keep a Changelog,\r\nand this project adheres to Semantic Versioning.

    \n

    [0.4.0] - 2023/05/01

    \n

    Added

    \n
      \n
    • New \"Pattern_00\" textures and material
    • \n
    • New scaleMultiplier property added to MaterialTiling
    • \n
    • New tilingOffset property added to MaterialTiling
    • \n
    • Set up package samples with Playground scene
    • \n
    \n

    Changed

    \n
      \n
    • Smoothed shading on custom models
    • \n
    • Changed component menu names
    • \n
    • Updated ramps in playground scene
    • \n
    \n

    Removed

    \n
      \n
    • Script MaterialTilingSphere
    • \n
    • Script MaterialTilingPlane
    • \n
    \n

    [0.3.0] - 2022/03/26

    \n

    Added

    \n
      \n
    • New 3D model primitives
    • \n
    • New grid prefabs (sphere, ramp)
    • \n
    • Normal maps and height maps for pattern textures
    • \n
    • Playground scene
    • \n
    • MaterialSelectorGroup script
    • \n
    • MaterialTilingSphere script
    • \n
    • GridAlignment script
    • \n
    \n

    Changed

    \n
      \n
    • UV coordinates on prototyping cube
    • \n
    • Remade reflection sphere prefab
    • \n
    • Pattern styles and colors
    • \n
    \n

    [0.2.0] - 2021/07/21

    \n

    Added

    \n
      \n
    • New prototyping cube mesh
    • \n
    • New grid pattern texture variants (14)
    • \n
    • Cubemap surface shader
    • \n
    • Cubemap prefabs
    • \n
    • 8x8 checkerboard
    • \n
    \n

    Changed

    \n
      \n
    • All scripts have been rewritten for simplicity, performance, and new feature support
    • \n
    \n

    [0.1.0] - 2021/05/19

    \n

    Added

    \n

    Materials

    \n
      \n
    • Grid 4x4 (20 color variants)
    • \n
    • Checkerboard 2x2
    • \n
    • Checkerboard 4x4
    • \n
    • Cubemap Axes
    • \n
    • Reflection
    • \n
    \n

    Textures

    \n
      \n
    • Grid Emission 4x4
    • \n
    • Checkerboard 2x2
    • \n
    • Checkerboard 4x4
    • \n
    • Cubemap Light/Dark
    • \n
    • Cubemap Axes
    • \n
    \n

    Prefabs

    \n
      \n
    • Grid Cube 1x1x1
    • \n
    • Grid Plane 1x1x1
    • \n
    • Grid Room 50x50x50
    • \n
    • Checkerboard Cube 1x1x1
    • \n
    • Reflection Sphere
    • \n
    • Cubemap Axes
    • \n
    \n

    Shaders

    \n
      \n
    • Checkerboard Lit
    • \n
    • Checkerboard Unlit
    • \n
    ","frontmatter":{"slug":"/changelog","class":"changelog","title":""}}},"pageContext":{"id":"130f72e7-e49b-5e30-8f81-f011964e928e","frontmatter__slug":"/changelog","__params":{"frontmatter__slug":"changelog"}}},"staticQueryHashes":["1654257956","2011016986","3218290725"]} \ No newline at end of file diff --git a/com.zigurous.prototyping/page-data/sq/d/2011016986.json b/com.zigurous.prototyping/page-data/sq/d/2011016986.json index 6c6c48f4f4..0012831b22 100644 --- a/com.zigurous.prototyping/page-data/sq/d/2011016986.json +++ b/com.zigurous.prototyping/page-data/sq/d/2011016986.json @@ -1 +1 @@ -{"data":{"sidenav":{"nodes":[{"title":"📌 Overview","items":[{"name":"Getting Started","path":"/manual","href":null,"icon":null},{"name":"Installation","path":"/installation","href":null,"icon":null},{"name":"Changelog","path":"/changelog","href":null,"icon":null},{"name":"License","path":"/license","href":null,"icon":null}]},{"title":"📖 Reference","items":[{"name":"Prefabs","path":"/manual/prefabs","href":null,"icon":null},{"name":"Materials","path":"/manual/materials","href":null,"icon":null},{"name":"Textures","path":"/manual/textures","href":null,"icon":null}]},{"title":"💬 Contact","items":[{"name":"Discord","path":null,"href":"https://discord.gg/DdYyWVb","icon":"launch"},{"name":"Twitter","path":null,"href":"https://twitter.com/zigurous","icon":"launch"}]},{"title":"🔗 Other Links","items":[{"name":"GitHub","path":null,"href":"https://github.com/zigurous/unity-prototyping-kit","icon":"launch"},{"name":"Asset Store","path":null,"href":"https://assetstore.unity.com/publishers/51884","icon":"launch"},{"name":"YouTube","path":null,"href":"https://youtube.com/c/zigurous?sub_confirmation=1","icon":"launch"},{"name":"Patreon","path":null,"href":"https://patreon.com/zigurous","icon":"launch"}]}]},"api":{"nodes":[{"items":[{"children":["Zigurous.Prototyping.GridAlignment.AlignToGrid","Zigurous.Prototyping.GridAlignment.positionIncrement","Zigurous.Prototyping.GridAlignment.rotationIncrement","Zigurous.Prototyping.GridAlignment.scaleIncrement","Zigurous.Prototyping.GridAlignment.Snap(Vector3,System.Single)","Zigurous.Prototyping.GridAlignment.unitSize"],"id":"GridAlignment","name":"GridAlignment","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","type":"Class","uid":"Zigurous.Prototyping.GridAlignment"},{"children":null,"id":"unitSize","name":"unitSize","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.GridAlignment","type":"Field","uid":"Zigurous.Prototyping.GridAlignment.unitSize"},{"children":null,"id":"positionIncrement","name":"positionIncrement","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.GridAlignment","type":"Field","uid":"Zigurous.Prototyping.GridAlignment.positionIncrement"},{"children":null,"id":"scaleIncrement","name":"scaleIncrement","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.GridAlignment","type":"Field","uid":"Zigurous.Prototyping.GridAlignment.scaleIncrement"},{"children":null,"id":"rotationIncrement","name":"rotationIncrement","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.GridAlignment","type":"Field","uid":"Zigurous.Prototyping.GridAlignment.rotationIncrement"},{"children":null,"id":"AlignToGrid","name":"AlignToGrid()","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.GridAlignment","type":"Method","uid":"Zigurous.Prototyping.GridAlignment.AlignToGrid"},{"children":null,"id":"Snap(Vector3,System.Single)","name":"Snap(Vector3, Single)","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.GridAlignment","type":"Method","uid":"Zigurous.Prototyping.GridAlignment.Snap(Vector3,System.Single)"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialPattern.Preset.Pattern0","Zigurous.Prototyping.MaterialPattern.Preset.Pattern1","Zigurous.Prototyping.MaterialPattern.Preset.Pattern10","Zigurous.Prototyping.MaterialPattern.Preset.Pattern11","Zigurous.Prototyping.MaterialPattern.Preset.Pattern12","Zigurous.Prototyping.MaterialPattern.Preset.Pattern13","Zigurous.Prototyping.MaterialPattern.Preset.Pattern14","Zigurous.Prototyping.MaterialPattern.Preset.Pattern15","Zigurous.Prototyping.MaterialPattern.Preset.Pattern2","Zigurous.Prototyping.MaterialPattern.Preset.Pattern3","Zigurous.Prototyping.MaterialPattern.Preset.Pattern4","Zigurous.Prototyping.MaterialPattern.Preset.Pattern5","Zigurous.Prototyping.MaterialPattern.Preset.Pattern6","Zigurous.Prototyping.MaterialPattern.Preset.Pattern7","Zigurous.Prototyping.MaterialPattern.Preset.Pattern8","Zigurous.Prototyping.MaterialPattern.Preset.Pattern9"],"id":"MaterialPattern.Preset","name":"MaterialPattern.Preset","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","type":"Enum","uid":"Zigurous.Prototyping.MaterialPattern.Preset"},{"children":null,"id":"Pattern0","name":"Pattern0","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern0"},{"children":null,"id":"Pattern1","name":"Pattern1","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern1"},{"children":null,"id":"Pattern2","name":"Pattern2","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern2"},{"children":null,"id":"Pattern3","name":"Pattern3","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern3"},{"children":null,"id":"Pattern4","name":"Pattern4","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern4"},{"children":null,"id":"Pattern5","name":"Pattern5","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern5"},{"children":null,"id":"Pattern6","name":"Pattern6","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern6"},{"children":null,"id":"Pattern7","name":"Pattern7","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern7"},{"children":null,"id":"Pattern8","name":"Pattern8","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern8"},{"children":null,"id":"Pattern9","name":"Pattern9","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern9"},{"children":null,"id":"Pattern10","name":"Pattern10","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern10"},{"children":null,"id":"Pattern11","name":"Pattern11","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern11"},{"children":null,"id":"Pattern12","name":"Pattern12","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern12"},{"children":null,"id":"Pattern13","name":"Pattern13","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern13"},{"children":null,"id":"Pattern14","name":"Pattern14","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern14"},{"children":null,"id":"Pattern15","name":"Pattern15","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern15"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialPattern.#ctor(Zigurous.Prototyping.MaterialPattern.Preset,Texture2D,Texture2D,Texture2D)","Zigurous.Prototyping.MaterialPattern.emissionMap","Zigurous.Prototyping.MaterialPattern.heightMap","Zigurous.Prototyping.MaterialPattern.normalMap","Zigurous.Prototyping.MaterialPattern.preset"],"id":"MaterialPattern","name":"MaterialPattern","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","type":"Struct","uid":"Zigurous.Prototyping.MaterialPattern"},{"children":null,"id":"preset","name":"preset","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern","type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.preset"},{"children":null,"id":"emissionMap","name":"emissionMap","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern","type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.emissionMap"},{"children":null,"id":"normalMap","name":"normalMap","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern","type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.normalMap"},{"children":null,"id":"heightMap","name":"heightMap","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern","type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.heightMap"},{"children":null,"id":"#ctor(Zigurous.Prototyping.MaterialPattern.Preset,Texture2D,Texture2D,Texture2D)","name":"MaterialPattern(MaterialPattern.Preset, Texture2D, Texture2D, Texture2D)","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern","type":"Constructor","uid":"Zigurous.Prototyping.MaterialPattern.#ctor(Zigurous.Prototyping.MaterialPattern.Preset,Texture2D,Texture2D,Texture2D)"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialPatternPalette.GetPattern(Zigurous.Prototyping.MaterialPattern.Preset)","Zigurous.Prototyping.MaterialPatternPalette.patterns"],"id":"MaterialPatternPalette","name":"MaterialPatternPalette","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","type":"Class","uid":"Zigurous.Prototyping.MaterialPatternPalette"},{"children":null,"id":"patterns","name":"patterns","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPatternPalette","type":"Field","uid":"Zigurous.Prototyping.MaterialPatternPalette.patterns"},{"children":null,"id":"GetPattern(Zigurous.Prototyping.MaterialPattern.Preset)","name":"GetPattern(MaterialPattern.Preset)","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPatternPalette","type":"Method","uid":"Zigurous.Prototyping.MaterialPatternPalette.GetPattern(Zigurous.Prototyping.MaterialPattern.Preset)"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialSelector.Apply(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)"],"id":"MaterialSelector","name":"MaterialSelector","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","type":"Class","uid":"Zigurous.Prototyping.MaterialSelector"},{"children":null,"id":"Apply(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)","name":"Apply(MaterialStyle, MaterialPattern)","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelector","type":"Method","uid":"Zigurous.Prototyping.MaterialSelector.Apply(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialSelectorBase.Apply","Zigurous.Prototyping.MaterialSelectorBase.Apply(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)","Zigurous.Prototyping.MaterialSelectorBase.Apply(Zigurous.Prototyping.MaterialStyle.Preset,Zigurous.Prototyping.MaterialPattern.Preset)","Zigurous.Prototyping.MaterialSelectorBase.m_Pattern","Zigurous.Prototyping.MaterialSelectorBase.m_Patterns","Zigurous.Prototyping.MaterialSelectorBase.m_Style","Zigurous.Prototyping.MaterialSelectorBase.m_Styles","Zigurous.Prototyping.MaterialSelectorBase.pattern","Zigurous.Prototyping.MaterialSelectorBase.patterns","Zigurous.Prototyping.MaterialSelectorBase.style","Zigurous.Prototyping.MaterialSelectorBase.styles"],"id":"MaterialSelectorBase","name":"MaterialSelectorBase","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","type":"Class","uid":"Zigurous.Prototyping.MaterialSelectorBase"},{"children":null,"id":"m_Style","name":"m_Style","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorBase","type":"Field","uid":"Zigurous.Prototyping.MaterialSelectorBase.m_Style"},{"children":null,"id":"m_Pattern","name":"m_Pattern","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorBase","type":"Field","uid":"Zigurous.Prototyping.MaterialSelectorBase.m_Pattern"},{"children":null,"id":"m_Styles","name":"m_Styles","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorBase","type":"Field","uid":"Zigurous.Prototyping.MaterialSelectorBase.m_Styles"},{"children":null,"id":"m_Patterns","name":"m_Patterns","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorBase","type":"Field","uid":"Zigurous.Prototyping.MaterialSelectorBase.m_Patterns"},{"children":null,"id":"style","name":"style","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorBase","type":"Property","uid":"Zigurous.Prototyping.MaterialSelectorBase.style"},{"children":null,"id":"styles","name":"styles","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorBase","type":"Property","uid":"Zigurous.Prototyping.MaterialSelectorBase.styles"},{"children":null,"id":"pattern","name":"pattern","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorBase","type":"Property","uid":"Zigurous.Prototyping.MaterialSelectorBase.pattern"},{"children":null,"id":"patterns","name":"patterns","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorBase","type":"Property","uid":"Zigurous.Prototyping.MaterialSelectorBase.patterns"},{"children":null,"id":"Apply(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)","name":"Apply(MaterialStyle, MaterialPattern)","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorBase","type":"Method","uid":"Zigurous.Prototyping.MaterialSelectorBase.Apply(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)"},{"children":null,"id":"Apply(Zigurous.Prototyping.MaterialStyle.Preset,Zigurous.Prototyping.MaterialPattern.Preset)","name":"Apply(MaterialStyle.Preset, MaterialPattern.Preset)","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorBase","type":"Method","uid":"Zigurous.Prototyping.MaterialSelectorBase.Apply(Zigurous.Prototyping.MaterialStyle.Preset,Zigurous.Prototyping.MaterialPattern.Preset)"},{"children":null,"id":"Apply","name":"Apply()","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorBase","type":"Method","uid":"Zigurous.Prototyping.MaterialSelectorBase.Apply"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialSelectorGroup.Apply(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)"],"id":"MaterialSelectorGroup","name":"MaterialSelectorGroup","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","type":"Class","uid":"Zigurous.Prototyping.MaterialSelectorGroup"},{"children":null,"id":"Apply(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)","name":"Apply(MaterialStyle, MaterialPattern)","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorGroup","type":"Method","uid":"Zigurous.Prototyping.MaterialSelectorGroup.Apply(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialSelectorRenderer.Apply(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)","Zigurous.Prototyping.MaterialSelectorRenderer.CreateMaterial(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)","Zigurous.Prototyping.MaterialSelectorRenderer.renderer"],"id":"MaterialSelectorRenderer","name":"MaterialSelectorRenderer","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","type":"Class","uid":"Zigurous.Prototyping.MaterialSelectorRenderer"},{"children":null,"id":"renderer","name":"renderer","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorRenderer","type":"Property","uid":"Zigurous.Prototyping.MaterialSelectorRenderer.renderer"},{"children":null,"id":"Apply(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)","name":"Apply(MaterialStyle, MaterialPattern)","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorRenderer","type":"Method","uid":"Zigurous.Prototyping.MaterialSelectorRenderer.Apply(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)"},{"children":null,"id":"CreateMaterial(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)","name":"CreateMaterial(MaterialStyle, MaterialPattern)","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorRenderer","type":"Method","uid":"Zigurous.Prototyping.MaterialSelectorRenderer.CreateMaterial(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialStyle.Preset.Azure","Zigurous.Prototyping.MaterialStyle.Preset.Black","Zigurous.Prototyping.MaterialStyle.Preset.Blue","Zigurous.Prototyping.MaterialStyle.Preset.Brown","Zigurous.Prototyping.MaterialStyle.Preset.Custom1","Zigurous.Prototyping.MaterialStyle.Preset.Custom2","Zigurous.Prototyping.MaterialStyle.Preset.Custom3","Zigurous.Prototyping.MaterialStyle.Preset.Custom4","Zigurous.Prototyping.MaterialStyle.Preset.Custom5","Zigurous.Prototyping.MaterialStyle.Preset.Cyan","Zigurous.Prototyping.MaterialStyle.Preset.DarkGray","Zigurous.Prototyping.MaterialStyle.Preset.Glass","Zigurous.Prototyping.MaterialStyle.Preset.Gray","Zigurous.Prototyping.MaterialStyle.Preset.Green","Zigurous.Prototyping.MaterialStyle.Preset.Indigo","Zigurous.Prototyping.MaterialStyle.Preset.LightGray","Zigurous.Prototyping.MaterialStyle.Preset.Lime","Zigurous.Prototyping.MaterialStyle.Preset.Magenta","Zigurous.Prototyping.MaterialStyle.Preset.None","Zigurous.Prototyping.MaterialStyle.Preset.Orange","Zigurous.Prototyping.MaterialStyle.Preset.Pink","Zigurous.Prototyping.MaterialStyle.Preset.Purple","Zigurous.Prototyping.MaterialStyle.Preset.Red","Zigurous.Prototyping.MaterialStyle.Preset.Teal","Zigurous.Prototyping.MaterialStyle.Preset.White","Zigurous.Prototyping.MaterialStyle.Preset.Yellow"],"id":"MaterialStyle.Preset","name":"MaterialStyle.Preset","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","type":"Enum","uid":"Zigurous.Prototyping.MaterialStyle.Preset"},{"children":null,"id":"None","name":"None","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.None"},{"children":null,"id":"Glass","name":"Glass","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Glass"},{"children":null,"id":"Black","name":"Black","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Black"},{"children":null,"id":"White","name":"White","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.White"},{"children":null,"id":"Gray","name":"Gray","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Gray"},{"children":null,"id":"DarkGray","name":"DarkGray","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.DarkGray"},{"children":null,"id":"LightGray","name":"LightGray","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.LightGray"},{"children":null,"id":"Brown","name":"Brown","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Brown"},{"children":null,"id":"Red","name":"Red","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Red"},{"children":null,"id":"Orange","name":"Orange","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Orange"},{"children":null,"id":"Yellow","name":"Yellow","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Yellow"},{"children":null,"id":"Lime","name":"Lime","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Lime"},{"children":null,"id":"Green","name":"Green","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Green"},{"children":null,"id":"Teal","name":"Teal","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Teal"},{"children":null,"id":"Cyan","name":"Cyan","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Cyan"},{"children":null,"id":"Azure","name":"Azure","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Azure"},{"children":null,"id":"Blue","name":"Blue","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Blue"},{"children":null,"id":"Indigo","name":"Indigo","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Indigo"},{"children":null,"id":"Purple","name":"Purple","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Purple"},{"children":null,"id":"Magenta","name":"Magenta","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Magenta"},{"children":null,"id":"Pink","name":"Pink","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Pink"},{"children":null,"id":"Custom1","name":"Custom1","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Custom1"},{"children":null,"id":"Custom2","name":"Custom2","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Custom2"},{"children":null,"id":"Custom3","name":"Custom3","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Custom3"},{"children":null,"id":"Custom4","name":"Custom4","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Custom4"},{"children":null,"id":"Custom5","name":"Custom5","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Custom5"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialStyle.#ctor(Zigurous.Prototyping.MaterialStyle.Preset,Color,System.Single,System.Single)","Zigurous.Prototyping.MaterialStyle.color","Zigurous.Prototyping.MaterialStyle.metallic","Zigurous.Prototyping.MaterialStyle.preset","Zigurous.Prototyping.MaterialStyle.smoothness"],"id":"MaterialStyle","name":"MaterialStyle","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","type":"Struct","uid":"Zigurous.Prototyping.MaterialStyle"},{"children":null,"id":"preset","name":"preset","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.preset"},{"children":null,"id":"color","name":"color","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.color"},{"children":null,"id":"metallic","name":"metallic","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.metallic"},{"children":null,"id":"smoothness","name":"smoothness","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.smoothness"},{"children":null,"id":"#ctor(Zigurous.Prototyping.MaterialStyle.Preset,Color,System.Single,System.Single)","name":"MaterialStyle(MaterialStyle.Preset, Color, Single, Single)","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle","type":"Constructor","uid":"Zigurous.Prototyping.MaterialStyle.#ctor(Zigurous.Prototyping.MaterialStyle.Preset,Color,System.Single,System.Single)"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialStylePalette.GetStyle(Zigurous.Prototyping.MaterialStyle.Preset)","Zigurous.Prototyping.MaterialStylePalette.styles"],"id":"MaterialStylePalette","name":"MaterialStylePalette","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","type":"Class","uid":"Zigurous.Prototyping.MaterialStylePalette"},{"children":null,"id":"styles","name":"styles","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStylePalette","type":"Field","uid":"Zigurous.Prototyping.MaterialStylePalette.styles"},{"children":null,"id":"GetStyle(Zigurous.Prototyping.MaterialStyle.Preset)","name":"GetStyle(MaterialStyle.Preset)","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStylePalette","type":"Method","uid":"Zigurous.Prototyping.MaterialStylePalette.GetStyle(Zigurous.Prototyping.MaterialStyle.Preset)"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialTiling.autoUpdate","Zigurous.Prototyping.MaterialTiling.ForceUpdate","Zigurous.Prototyping.MaterialTiling.renderer","Zigurous.Prototyping.MaterialTiling.scaleMultiplier","Zigurous.Prototyping.MaterialTiling.SetTextureScale(Material,Vector2)","Zigurous.Prototyping.MaterialTiling.Tile","Zigurous.Prototyping.MaterialTiling.UpdateMaterials","Zigurous.Prototyping.MaterialTiling.UpdateMaterialsInEditor"],"id":"MaterialTiling","name":"MaterialTiling","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","type":"Class","uid":"Zigurous.Prototyping.MaterialTiling"},{"children":null,"id":"renderer","name":"renderer","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTiling","type":"Property","uid":"Zigurous.Prototyping.MaterialTiling.renderer"},{"children":null,"id":"scaleMultiplier","name":"scaleMultiplier","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTiling","type":"Field","uid":"Zigurous.Prototyping.MaterialTiling.scaleMultiplier"},{"children":null,"id":"autoUpdate","name":"autoUpdate","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTiling","type":"Field","uid":"Zigurous.Prototyping.MaterialTiling.autoUpdate"},{"children":null,"id":"Tile","name":"Tile()","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTiling","type":"Method","uid":"Zigurous.Prototyping.MaterialTiling.Tile"},{"children":null,"id":"ForceUpdate","name":"ForceUpdate()","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTiling","type":"Method","uid":"Zigurous.Prototyping.MaterialTiling.ForceUpdate"},{"children":null,"id":"SetTextureScale(Material,Vector2)","name":"SetTextureScale(Material, Vector2)","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTiling","type":"Method","uid":"Zigurous.Prototyping.MaterialTiling.SetTextureScale(Material,Vector2)"},{"children":null,"id":"UpdateMaterials","name":"UpdateMaterials()","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTiling","type":"Method","uid":"Zigurous.Prototyping.MaterialTiling.UpdateMaterials"},{"children":null,"id":"UpdateMaterialsInEditor","name":"UpdateMaterialsInEditor()","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTiling","type":"Method","uid":"Zigurous.Prototyping.MaterialTiling.UpdateMaterialsInEditor"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialTilingCube.UpdateMaterials","Zigurous.Prototyping.MaterialTilingCube.UpdateMaterialsInEditor"],"id":"MaterialTilingCube","name":"MaterialTilingCube","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","type":"Class","uid":"Zigurous.Prototyping.MaterialTilingCube"},{"children":null,"id":"UpdateMaterials","name":"UpdateMaterials()","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTilingCube","type":"Method","uid":"Zigurous.Prototyping.MaterialTilingCube.UpdateMaterials"},{"children":null,"id":"UpdateMaterialsInEditor","name":"UpdateMaterialsInEditor()","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTilingCube","type":"Method","uid":"Zigurous.Prototyping.MaterialTilingCube.UpdateMaterialsInEditor"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialTilingPlane.UpdateMaterials","Zigurous.Prototyping.MaterialTilingPlane.UpdateMaterialsInEditor"],"id":"MaterialTilingPlane","name":"MaterialTilingPlane","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","type":"Class","uid":"Zigurous.Prototyping.MaterialTilingPlane"},{"children":null,"id":"UpdateMaterials","name":"UpdateMaterials()","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTilingPlane","type":"Method","uid":"Zigurous.Prototyping.MaterialTilingPlane.UpdateMaterials"},{"children":null,"id":"UpdateMaterialsInEditor","name":"UpdateMaterialsInEditor()","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTilingPlane","type":"Method","uid":"Zigurous.Prototyping.MaterialTilingPlane.UpdateMaterialsInEditor"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialTilingSphere.UpdateMaterials","Zigurous.Prototyping.MaterialTilingSphere.UpdateMaterialsInEditor"],"id":"MaterialTilingSphere","name":"MaterialTilingSphere","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","type":"Class","uid":"Zigurous.Prototyping.MaterialTilingSphere"},{"children":null,"id":"UpdateMaterials","name":"UpdateMaterials()","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTilingSphere","type":"Method","uid":"Zigurous.Prototyping.MaterialTilingSphere.UpdateMaterials"},{"children":null,"id":"UpdateMaterialsInEditor","name":"UpdateMaterialsInEditor()","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTilingSphere","type":"Method","uid":"Zigurous.Prototyping.MaterialTilingSphere.UpdateMaterialsInEditor"}]},{"items":[{"children":["Zigurous.Prototyping.GridAlignment","Zigurous.Prototyping.MaterialPattern","Zigurous.Prototyping.MaterialPattern.Preset","Zigurous.Prototyping.MaterialPatternPalette","Zigurous.Prototyping.MaterialSelector","Zigurous.Prototyping.MaterialSelectorBase","Zigurous.Prototyping.MaterialSelectorGroup","Zigurous.Prototyping.MaterialSelectorRenderer","Zigurous.Prototyping.MaterialStyle","Zigurous.Prototyping.MaterialStyle.Preset","Zigurous.Prototyping.MaterialStylePalette","Zigurous.Prototyping.MaterialTiling","Zigurous.Prototyping.MaterialTilingCube","Zigurous.Prototyping.MaterialTilingPlane","Zigurous.Prototyping.MaterialTilingSphere"],"id":"Zigurous.Prototyping","name":"Zigurous.Prototyping","namespace":null,"parent":null,"type":"Namespace","uid":"Zigurous.Prototyping"}]}]}}} \ No newline at end of file +{"data":{"sidenav":{"nodes":[{"title":"📌 Overview","items":[{"name":"Getting Started","path":"/manual","href":null,"icon":null},{"name":"Installation","path":"/installation","href":null,"icon":null},{"name":"Changelog","path":"/changelog","href":null,"icon":null},{"name":"License","path":"/license","href":null,"icon":null}]},{"title":"📖 Reference","items":[{"name":"Prefabs","path":"/manual/prefabs","href":null,"icon":null},{"name":"Materials","path":"/manual/materials","href":null,"icon":null},{"name":"Textures","path":"/manual/textures","href":null,"icon":null}]},{"title":"💬 Contact","items":[{"name":"Discord","path":null,"href":"https://discord.gg/DdYyWVb","icon":"launch"},{"name":"Twitter","path":null,"href":"https://twitter.com/zigurous","icon":"launch"}]},{"title":"🔗 Other Links","items":[{"name":"GitHub","path":null,"href":"https://github.com/zigurous/unity-prototyping-kit","icon":"launch"},{"name":"Asset Store","path":null,"href":"https://assetstore.unity.com/publishers/51884","icon":"launch"},{"name":"YouTube","path":null,"href":"https://youtube.com/c/zigurous?sub_confirmation=1","icon":"launch"},{"name":"Patreon","path":null,"href":"https://patreon.com/zigurous","icon":"launch"}]}]},"api":{"nodes":[{"items":[{"children":["Zigurous.Prototyping.GridAlignment.AlignToGrid","Zigurous.Prototyping.GridAlignment.positionIncrement","Zigurous.Prototyping.GridAlignment.rotationIncrement","Zigurous.Prototyping.GridAlignment.scaleIncrement","Zigurous.Prototyping.GridAlignment.Snap(Vector3,System.Single)","Zigurous.Prototyping.GridAlignment.unitSize"],"id":"GridAlignment","name":"GridAlignment","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","type":"Class","uid":"Zigurous.Prototyping.GridAlignment"},{"children":null,"id":"unitSize","name":"unitSize","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.GridAlignment","type":"Field","uid":"Zigurous.Prototyping.GridAlignment.unitSize"},{"children":null,"id":"positionIncrement","name":"positionIncrement","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.GridAlignment","type":"Field","uid":"Zigurous.Prototyping.GridAlignment.positionIncrement"},{"children":null,"id":"scaleIncrement","name":"scaleIncrement","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.GridAlignment","type":"Field","uid":"Zigurous.Prototyping.GridAlignment.scaleIncrement"},{"children":null,"id":"rotationIncrement","name":"rotationIncrement","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.GridAlignment","type":"Field","uid":"Zigurous.Prototyping.GridAlignment.rotationIncrement"},{"children":null,"id":"AlignToGrid","name":"AlignToGrid()","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.GridAlignment","type":"Method","uid":"Zigurous.Prototyping.GridAlignment.AlignToGrid"},{"children":null,"id":"Snap(Vector3,System.Single)","name":"Snap(Vector3, Single)","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.GridAlignment","type":"Method","uid":"Zigurous.Prototyping.GridAlignment.Snap(Vector3,System.Single)"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialPattern.Preset.Pattern0","Zigurous.Prototyping.MaterialPattern.Preset.Pattern1","Zigurous.Prototyping.MaterialPattern.Preset.Pattern10","Zigurous.Prototyping.MaterialPattern.Preset.Pattern11","Zigurous.Prototyping.MaterialPattern.Preset.Pattern12","Zigurous.Prototyping.MaterialPattern.Preset.Pattern13","Zigurous.Prototyping.MaterialPattern.Preset.Pattern14","Zigurous.Prototyping.MaterialPattern.Preset.Pattern15","Zigurous.Prototyping.MaterialPattern.Preset.Pattern2","Zigurous.Prototyping.MaterialPattern.Preset.Pattern3","Zigurous.Prototyping.MaterialPattern.Preset.Pattern4","Zigurous.Prototyping.MaterialPattern.Preset.Pattern5","Zigurous.Prototyping.MaterialPattern.Preset.Pattern6","Zigurous.Prototyping.MaterialPattern.Preset.Pattern7","Zigurous.Prototyping.MaterialPattern.Preset.Pattern8","Zigurous.Prototyping.MaterialPattern.Preset.Pattern9"],"id":"MaterialPattern.Preset","name":"MaterialPattern.Preset","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","type":"Enum","uid":"Zigurous.Prototyping.MaterialPattern.Preset"},{"children":null,"id":"Pattern0","name":"Pattern0","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern0"},{"children":null,"id":"Pattern1","name":"Pattern1","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern1"},{"children":null,"id":"Pattern2","name":"Pattern2","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern2"},{"children":null,"id":"Pattern3","name":"Pattern3","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern3"},{"children":null,"id":"Pattern4","name":"Pattern4","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern4"},{"children":null,"id":"Pattern5","name":"Pattern5","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern5"},{"children":null,"id":"Pattern6","name":"Pattern6","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern6"},{"children":null,"id":"Pattern7","name":"Pattern7","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern7"},{"children":null,"id":"Pattern8","name":"Pattern8","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern8"},{"children":null,"id":"Pattern9","name":"Pattern9","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern9"},{"children":null,"id":"Pattern10","name":"Pattern10","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern10"},{"children":null,"id":"Pattern11","name":"Pattern11","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern11"},{"children":null,"id":"Pattern12","name":"Pattern12","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern12"},{"children":null,"id":"Pattern13","name":"Pattern13","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern13"},{"children":null,"id":"Pattern14","name":"Pattern14","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern14"},{"children":null,"id":"Pattern15","name":"Pattern15","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern15"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialPattern.#ctor(Zigurous.Prototyping.MaterialPattern.Preset,Texture2D,Texture2D,Texture2D)","Zigurous.Prototyping.MaterialPattern.emissionMap","Zigurous.Prototyping.MaterialPattern.heightMap","Zigurous.Prototyping.MaterialPattern.normalMap","Zigurous.Prototyping.MaterialPattern.preset"],"id":"MaterialPattern","name":"MaterialPattern","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","type":"Struct","uid":"Zigurous.Prototyping.MaterialPattern"},{"children":null,"id":"preset","name":"preset","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern","type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.preset"},{"children":null,"id":"emissionMap","name":"emissionMap","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern","type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.emissionMap"},{"children":null,"id":"normalMap","name":"normalMap","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern","type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.normalMap"},{"children":null,"id":"heightMap","name":"heightMap","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern","type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.heightMap"},{"children":null,"id":"#ctor(Zigurous.Prototyping.MaterialPattern.Preset,Texture2D,Texture2D,Texture2D)","name":"MaterialPattern(MaterialPattern.Preset, Texture2D, Texture2D, Texture2D)","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern","type":"Constructor","uid":"Zigurous.Prototyping.MaterialPattern.#ctor(Zigurous.Prototyping.MaterialPattern.Preset,Texture2D,Texture2D,Texture2D)"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialPatternPalette.GetPattern(Zigurous.Prototyping.MaterialPattern.Preset)","Zigurous.Prototyping.MaterialPatternPalette.patterns"],"id":"MaterialPatternPalette","name":"MaterialPatternPalette","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","type":"Class","uid":"Zigurous.Prototyping.MaterialPatternPalette"},{"children":null,"id":"patterns","name":"patterns","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPatternPalette","type":"Field","uid":"Zigurous.Prototyping.MaterialPatternPalette.patterns"},{"children":null,"id":"GetPattern(Zigurous.Prototyping.MaterialPattern.Preset)","name":"GetPattern(MaterialPattern.Preset)","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPatternPalette","type":"Method","uid":"Zigurous.Prototyping.MaterialPatternPalette.GetPattern(Zigurous.Prototyping.MaterialPattern.Preset)"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialSelector.Apply(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)"],"id":"MaterialSelector","name":"MaterialSelector","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","type":"Class","uid":"Zigurous.Prototyping.MaterialSelector"},{"children":null,"id":"Apply(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)","name":"Apply(MaterialStyle, MaterialPattern)","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelector","type":"Method","uid":"Zigurous.Prototyping.MaterialSelector.Apply(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialSelectorBase.Apply","Zigurous.Prototyping.MaterialSelectorBase.Apply(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)","Zigurous.Prototyping.MaterialSelectorBase.Apply(Zigurous.Prototyping.MaterialStyle.Preset,Zigurous.Prototyping.MaterialPattern.Preset)","Zigurous.Prototyping.MaterialSelectorBase.m_Pattern","Zigurous.Prototyping.MaterialSelectorBase.m_Patterns","Zigurous.Prototyping.MaterialSelectorBase.m_Style","Zigurous.Prototyping.MaterialSelectorBase.m_Styles","Zigurous.Prototyping.MaterialSelectorBase.pattern","Zigurous.Prototyping.MaterialSelectorBase.patterns","Zigurous.Prototyping.MaterialSelectorBase.style","Zigurous.Prototyping.MaterialSelectorBase.styles"],"id":"MaterialSelectorBase","name":"MaterialSelectorBase","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","type":"Class","uid":"Zigurous.Prototyping.MaterialSelectorBase"},{"children":null,"id":"m_Style","name":"m_Style","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorBase","type":"Field","uid":"Zigurous.Prototyping.MaterialSelectorBase.m_Style"},{"children":null,"id":"m_Pattern","name":"m_Pattern","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorBase","type":"Field","uid":"Zigurous.Prototyping.MaterialSelectorBase.m_Pattern"},{"children":null,"id":"m_Styles","name":"m_Styles","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorBase","type":"Field","uid":"Zigurous.Prototyping.MaterialSelectorBase.m_Styles"},{"children":null,"id":"m_Patterns","name":"m_Patterns","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorBase","type":"Field","uid":"Zigurous.Prototyping.MaterialSelectorBase.m_Patterns"},{"children":null,"id":"style","name":"style","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorBase","type":"Property","uid":"Zigurous.Prototyping.MaterialSelectorBase.style"},{"children":null,"id":"styles","name":"styles","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorBase","type":"Property","uid":"Zigurous.Prototyping.MaterialSelectorBase.styles"},{"children":null,"id":"pattern","name":"pattern","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorBase","type":"Property","uid":"Zigurous.Prototyping.MaterialSelectorBase.pattern"},{"children":null,"id":"patterns","name":"patterns","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorBase","type":"Property","uid":"Zigurous.Prototyping.MaterialSelectorBase.patterns"},{"children":null,"id":"Apply(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)","name":"Apply(MaterialStyle, MaterialPattern)","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorBase","type":"Method","uid":"Zigurous.Prototyping.MaterialSelectorBase.Apply(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)"},{"children":null,"id":"Apply(Zigurous.Prototyping.MaterialStyle.Preset,Zigurous.Prototyping.MaterialPattern.Preset)","name":"Apply(MaterialStyle.Preset, MaterialPattern.Preset)","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorBase","type":"Method","uid":"Zigurous.Prototyping.MaterialSelectorBase.Apply(Zigurous.Prototyping.MaterialStyle.Preset,Zigurous.Prototyping.MaterialPattern.Preset)"},{"children":null,"id":"Apply","name":"Apply()","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorBase","type":"Method","uid":"Zigurous.Prototyping.MaterialSelectorBase.Apply"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialSelectorGroup.Apply(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)"],"id":"MaterialSelectorGroup","name":"MaterialSelectorGroup","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","type":"Class","uid":"Zigurous.Prototyping.MaterialSelectorGroup"},{"children":null,"id":"Apply(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)","name":"Apply(MaterialStyle, MaterialPattern)","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorGroup","type":"Method","uid":"Zigurous.Prototyping.MaterialSelectorGroup.Apply(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialSelectorRenderer.Apply(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)","Zigurous.Prototyping.MaterialSelectorRenderer.CreateMaterial(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)","Zigurous.Prototyping.MaterialSelectorRenderer.renderer"],"id":"MaterialSelectorRenderer","name":"MaterialSelectorRenderer","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","type":"Class","uid":"Zigurous.Prototyping.MaterialSelectorRenderer"},{"children":null,"id":"renderer","name":"renderer","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorRenderer","type":"Property","uid":"Zigurous.Prototyping.MaterialSelectorRenderer.renderer"},{"children":null,"id":"Apply(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)","name":"Apply(MaterialStyle, MaterialPattern)","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorRenderer","type":"Method","uid":"Zigurous.Prototyping.MaterialSelectorRenderer.Apply(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)"},{"children":null,"id":"CreateMaterial(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)","name":"CreateMaterial(MaterialStyle, MaterialPattern)","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorRenderer","type":"Method","uid":"Zigurous.Prototyping.MaterialSelectorRenderer.CreateMaterial(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialStyle.Preset.Azure","Zigurous.Prototyping.MaterialStyle.Preset.Black","Zigurous.Prototyping.MaterialStyle.Preset.Blue","Zigurous.Prototyping.MaterialStyle.Preset.Brown","Zigurous.Prototyping.MaterialStyle.Preset.Custom1","Zigurous.Prototyping.MaterialStyle.Preset.Custom2","Zigurous.Prototyping.MaterialStyle.Preset.Custom3","Zigurous.Prototyping.MaterialStyle.Preset.Custom4","Zigurous.Prototyping.MaterialStyle.Preset.Custom5","Zigurous.Prototyping.MaterialStyle.Preset.Cyan","Zigurous.Prototyping.MaterialStyle.Preset.DarkGray","Zigurous.Prototyping.MaterialStyle.Preset.Glass","Zigurous.Prototyping.MaterialStyle.Preset.Gray","Zigurous.Prototyping.MaterialStyle.Preset.Green","Zigurous.Prototyping.MaterialStyle.Preset.Indigo","Zigurous.Prototyping.MaterialStyle.Preset.LightGray","Zigurous.Prototyping.MaterialStyle.Preset.Lime","Zigurous.Prototyping.MaterialStyle.Preset.Magenta","Zigurous.Prototyping.MaterialStyle.Preset.None","Zigurous.Prototyping.MaterialStyle.Preset.Orange","Zigurous.Prototyping.MaterialStyle.Preset.Pink","Zigurous.Prototyping.MaterialStyle.Preset.Purple","Zigurous.Prototyping.MaterialStyle.Preset.Red","Zigurous.Prototyping.MaterialStyle.Preset.Teal","Zigurous.Prototyping.MaterialStyle.Preset.White","Zigurous.Prototyping.MaterialStyle.Preset.Yellow"],"id":"MaterialStyle.Preset","name":"MaterialStyle.Preset","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","type":"Enum","uid":"Zigurous.Prototyping.MaterialStyle.Preset"},{"children":null,"id":"None","name":"None","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.None"},{"children":null,"id":"Glass","name":"Glass","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Glass"},{"children":null,"id":"Black","name":"Black","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Black"},{"children":null,"id":"White","name":"White","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.White"},{"children":null,"id":"Gray","name":"Gray","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Gray"},{"children":null,"id":"DarkGray","name":"DarkGray","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.DarkGray"},{"children":null,"id":"LightGray","name":"LightGray","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.LightGray"},{"children":null,"id":"Brown","name":"Brown","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Brown"},{"children":null,"id":"Red","name":"Red","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Red"},{"children":null,"id":"Orange","name":"Orange","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Orange"},{"children":null,"id":"Yellow","name":"Yellow","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Yellow"},{"children":null,"id":"Lime","name":"Lime","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Lime"},{"children":null,"id":"Green","name":"Green","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Green"},{"children":null,"id":"Teal","name":"Teal","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Teal"},{"children":null,"id":"Cyan","name":"Cyan","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Cyan"},{"children":null,"id":"Azure","name":"Azure","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Azure"},{"children":null,"id":"Blue","name":"Blue","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Blue"},{"children":null,"id":"Indigo","name":"Indigo","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Indigo"},{"children":null,"id":"Purple","name":"Purple","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Purple"},{"children":null,"id":"Magenta","name":"Magenta","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Magenta"},{"children":null,"id":"Pink","name":"Pink","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Pink"},{"children":null,"id":"Custom1","name":"Custom1","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Custom1"},{"children":null,"id":"Custom2","name":"Custom2","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Custom2"},{"children":null,"id":"Custom3","name":"Custom3","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Custom3"},{"children":null,"id":"Custom4","name":"Custom4","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Custom4"},{"children":null,"id":"Custom5","name":"Custom5","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Custom5"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialStyle.#ctor(Zigurous.Prototyping.MaterialStyle.Preset,Color,System.Single,System.Single)","Zigurous.Prototyping.MaterialStyle.color","Zigurous.Prototyping.MaterialStyle.metallic","Zigurous.Prototyping.MaterialStyle.preset","Zigurous.Prototyping.MaterialStyle.smoothness"],"id":"MaterialStyle","name":"MaterialStyle","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","type":"Struct","uid":"Zigurous.Prototyping.MaterialStyle"},{"children":null,"id":"preset","name":"preset","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.preset"},{"children":null,"id":"color","name":"color","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.color"},{"children":null,"id":"metallic","name":"metallic","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.metallic"},{"children":null,"id":"smoothness","name":"smoothness","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle","type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.smoothness"},{"children":null,"id":"#ctor(Zigurous.Prototyping.MaterialStyle.Preset,Color,System.Single,System.Single)","name":"MaterialStyle(MaterialStyle.Preset, Color, Single, Single)","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle","type":"Constructor","uid":"Zigurous.Prototyping.MaterialStyle.#ctor(Zigurous.Prototyping.MaterialStyle.Preset,Color,System.Single,System.Single)"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialStylePalette.GetStyle(Zigurous.Prototyping.MaterialStyle.Preset)","Zigurous.Prototyping.MaterialStylePalette.styles"],"id":"MaterialStylePalette","name":"MaterialStylePalette","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","type":"Class","uid":"Zigurous.Prototyping.MaterialStylePalette"},{"children":null,"id":"styles","name":"styles","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStylePalette","type":"Field","uid":"Zigurous.Prototyping.MaterialStylePalette.styles"},{"children":null,"id":"GetStyle(Zigurous.Prototyping.MaterialStyle.Preset)","name":"GetStyle(MaterialStyle.Preset)","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStylePalette","type":"Method","uid":"Zigurous.Prototyping.MaterialStylePalette.GetStyle(Zigurous.Prototyping.MaterialStyle.Preset)"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialTiling.UpdateMaterials","Zigurous.Prototyping.MaterialTiling.UpdateMaterialsInEditor"],"id":"MaterialTiling","name":"MaterialTiling","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","type":"Class","uid":"Zigurous.Prototyping.MaterialTiling"},{"children":null,"id":"UpdateMaterials","name":"UpdateMaterials()","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTiling","type":"Method","uid":"Zigurous.Prototyping.MaterialTiling.UpdateMaterials"},{"children":null,"id":"UpdateMaterialsInEditor","name":"UpdateMaterialsInEditor()","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTiling","type":"Method","uid":"Zigurous.Prototyping.MaterialTiling.UpdateMaterialsInEditor"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialTilingBase.autoUpdate","Zigurous.Prototyping.MaterialTilingBase.ForceUpdate","Zigurous.Prototyping.MaterialTilingBase.renderer","Zigurous.Prototyping.MaterialTilingBase.scaleMultiplier","Zigurous.Prototyping.MaterialTilingBase.SetTextureScale(Material,Vector2)","Zigurous.Prototyping.MaterialTilingBase.Tile","Zigurous.Prototyping.MaterialTilingBase.tilingOffset","Zigurous.Prototyping.MaterialTilingBase.UpdateMaterials","Zigurous.Prototyping.MaterialTilingBase.UpdateMaterialsInEditor"],"id":"MaterialTilingBase","name":"MaterialTilingBase","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","type":"Class","uid":"Zigurous.Prototyping.MaterialTilingBase"},{"children":null,"id":"renderer","name":"renderer","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTilingBase","type":"Property","uid":"Zigurous.Prototyping.MaterialTilingBase.renderer"},{"children":null,"id":"tilingOffset","name":"tilingOffset","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTilingBase","type":"Field","uid":"Zigurous.Prototyping.MaterialTilingBase.tilingOffset"},{"children":null,"id":"scaleMultiplier","name":"scaleMultiplier","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTilingBase","type":"Field","uid":"Zigurous.Prototyping.MaterialTilingBase.scaleMultiplier"},{"children":null,"id":"autoUpdate","name":"autoUpdate","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTilingBase","type":"Field","uid":"Zigurous.Prototyping.MaterialTilingBase.autoUpdate"},{"children":null,"id":"Tile","name":"Tile()","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTilingBase","type":"Method","uid":"Zigurous.Prototyping.MaterialTilingBase.Tile"},{"children":null,"id":"ForceUpdate","name":"ForceUpdate()","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTilingBase","type":"Method","uid":"Zigurous.Prototyping.MaterialTilingBase.ForceUpdate"},{"children":null,"id":"SetTextureScale(Material,Vector2)","name":"SetTextureScale(Material, Vector2)","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTilingBase","type":"Method","uid":"Zigurous.Prototyping.MaterialTilingBase.SetTextureScale(Material,Vector2)"},{"children":null,"id":"UpdateMaterials","name":"UpdateMaterials()","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTilingBase","type":"Method","uid":"Zigurous.Prototyping.MaterialTilingBase.UpdateMaterials"},{"children":null,"id":"UpdateMaterialsInEditor","name":"UpdateMaterialsInEditor()","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTilingBase","type":"Method","uid":"Zigurous.Prototyping.MaterialTilingBase.UpdateMaterialsInEditor"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialTilingCube.UpdateMaterials","Zigurous.Prototyping.MaterialTilingCube.UpdateMaterialsInEditor"],"id":"MaterialTilingCube","name":"MaterialTilingCube","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","type":"Class","uid":"Zigurous.Prototyping.MaterialTilingCube"},{"children":null,"id":"UpdateMaterials","name":"UpdateMaterials()","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTilingCube","type":"Method","uid":"Zigurous.Prototyping.MaterialTilingCube.UpdateMaterials"},{"children":null,"id":"UpdateMaterialsInEditor","name":"UpdateMaterialsInEditor()","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTilingCube","type":"Method","uid":"Zigurous.Prototyping.MaterialTilingCube.UpdateMaterialsInEditor"}]},{"items":[{"children":["Zigurous.Prototyping.GridAlignment","Zigurous.Prototyping.MaterialPattern","Zigurous.Prototyping.MaterialPattern.Preset","Zigurous.Prototyping.MaterialPatternPalette","Zigurous.Prototyping.MaterialSelector","Zigurous.Prototyping.MaterialSelectorBase","Zigurous.Prototyping.MaterialSelectorGroup","Zigurous.Prototyping.MaterialSelectorRenderer","Zigurous.Prototyping.MaterialStyle","Zigurous.Prototyping.MaterialStyle.Preset","Zigurous.Prototyping.MaterialStylePalette","Zigurous.Prototyping.MaterialTiling","Zigurous.Prototyping.MaterialTilingBase","Zigurous.Prototyping.MaterialTilingCube"],"id":"Zigurous.Prototyping","name":"Zigurous.Prototyping","namespace":null,"parent":null,"type":"Namespace","uid":"Zigurous.Prototyping"}]}]}}} \ No newline at end of file diff --git a/com.zigurous.prototyping/page-data/sq/d/2614227032.json b/com.zigurous.prototyping/page-data/sq/d/2614227032.json index 187a861cd9..b9956e024f 100644 --- a/com.zigurous.prototyping/page-data/sq/d/2614227032.json +++ b/com.zigurous.prototyping/page-data/sq/d/2614227032.json @@ -1 +1 @@ -{"data":{"api":{"nodes":[{"items":[{"children":["Zigurous.Prototyping.GridAlignment.AlignToGrid","Zigurous.Prototyping.GridAlignment.positionIncrement","Zigurous.Prototyping.GridAlignment.rotationIncrement","Zigurous.Prototyping.GridAlignment.scaleIncrement","Zigurous.Prototyping.GridAlignment.Snap(Vector3,System.Single)","Zigurous.Prototyping.GridAlignment.unitSize"],"id":"GridAlignment","implements":null,"inheritance":["System.Object"],"inheritedMembers":null,"name":"GridAlignment","nameWithType":"GridAlignment","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","remarks":null,"summary":"\nSnaps an object's position, rotation, and scale to grid increments.\n","syntax":{"content":"public sealed class GridAlignment : MonoBehaviour","parameters":null,"return":null,"typeParameters":null},"type":"Class","uid":"Zigurous.Prototyping.GridAlignment"},{"children":null,"id":"unitSize","implements":null,"inheritance":null,"inheritedMembers":null,"name":"unitSize","nameWithType":"GridAlignment.unitSize","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.GridAlignment","remarks":null,"summary":"\nThe base unit scale of the grid.\n","syntax":{"content":"public float unitSize","parameters":null,"return":{"description":null,"type":"System.Single"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.GridAlignment.unitSize"},{"children":null,"id":"positionIncrement","implements":null,"inheritance":null,"inheritedMembers":null,"name":"positionIncrement","nameWithType":"GridAlignment.positionIncrement","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.GridAlignment","remarks":null,"summary":"\nThe amount of units the position is rounded to on the grid.\n","syntax":{"content":"public float positionIncrement","parameters":null,"return":{"description":null,"type":"System.Single"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.GridAlignment.positionIncrement"},{"children":null,"id":"scaleIncrement","implements":null,"inheritance":null,"inheritedMembers":null,"name":"scaleIncrement","nameWithType":"GridAlignment.scaleIncrement","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.GridAlignment","remarks":null,"summary":"\nThe amount of units the scale is rounded to on the grid.\n","syntax":{"content":"public float scaleIncrement","parameters":null,"return":{"description":null,"type":"System.Single"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.GridAlignment.scaleIncrement"},{"children":null,"id":"rotationIncrement","implements":null,"inheritance":null,"inheritedMembers":null,"name":"rotationIncrement","nameWithType":"GridAlignment.rotationIncrement","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.GridAlignment","remarks":null,"summary":"\nThe amount of units the rotation is rounded to on the grid.\n","syntax":{"content":"public float rotationIncrement","parameters":null,"return":{"description":null,"type":"System.Single"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.GridAlignment.rotationIncrement"},{"children":null,"id":"AlignToGrid","implements":null,"inheritance":null,"inheritedMembers":null,"name":"AlignToGrid()","nameWithType":"GridAlignment.AlignToGrid()","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.GridAlignment","remarks":null,"summary":"\nUpdates the transform of the object to align to the grid.\n","syntax":{"content":"public void AlignToGrid()","parameters":null,"return":null,"typeParameters":null},"type":"Method","uid":"Zigurous.Prototyping.GridAlignment.AlignToGrid"},{"children":null,"id":"Snap(Vector3,System.Single)","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Snap(Vector3, Single)","nameWithType":"GridAlignment.Snap(Vector3, Single)","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.GridAlignment","remarks":null,"summary":"\nSnaps a vector to the grid at a given increment.\n","syntax":{"content":"public Vector3 Snap(Vector3 vector, float increment)","parameters":[{"description":"The vector to snap.","id":"vector","type":"Global.Vector3"},{"description":"The amount of units the vector is rounded to.","id":"increment","type":"System.Single"}],"return":{"description":"The vector snapped to the grid.","type":"Global.Vector3"},"typeParameters":null},"type":"Method","uid":"Zigurous.Prototyping.GridAlignment.Snap(Vector3,System.Single)"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialPattern.Preset.Pattern0","Zigurous.Prototyping.MaterialPattern.Preset.Pattern1","Zigurous.Prototyping.MaterialPattern.Preset.Pattern10","Zigurous.Prototyping.MaterialPattern.Preset.Pattern11","Zigurous.Prototyping.MaterialPattern.Preset.Pattern12","Zigurous.Prototyping.MaterialPattern.Preset.Pattern13","Zigurous.Prototyping.MaterialPattern.Preset.Pattern14","Zigurous.Prototyping.MaterialPattern.Preset.Pattern15","Zigurous.Prototyping.MaterialPattern.Preset.Pattern2","Zigurous.Prototyping.MaterialPattern.Preset.Pattern3","Zigurous.Prototyping.MaterialPattern.Preset.Pattern4","Zigurous.Prototyping.MaterialPattern.Preset.Pattern5","Zigurous.Prototyping.MaterialPattern.Preset.Pattern6","Zigurous.Prototyping.MaterialPattern.Preset.Pattern7","Zigurous.Prototyping.MaterialPattern.Preset.Pattern8","Zigurous.Prototyping.MaterialPattern.Preset.Pattern9"],"id":"MaterialPattern.Preset","implements":null,"inheritance":null,"inheritedMembers":null,"name":"MaterialPattern.Preset","nameWithType":"MaterialPattern.Preset","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","remarks":null,"summary":"\nAn enumerated preset of material patterns.\n","syntax":{"content":"public enum Preset","parameters":null,"return":null,"typeParameters":null},"type":"Enum","uid":"Zigurous.Prototyping.MaterialPattern.Preset"},{"children":null,"id":"Pattern0","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Pattern0","nameWithType":"MaterialPattern.Preset.Pattern0","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","remarks":null,"summary":null,"syntax":{"content":"Pattern0 = 0","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialPattern.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern0"},{"children":null,"id":"Pattern1","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Pattern1","nameWithType":"MaterialPattern.Preset.Pattern1","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","remarks":null,"summary":null,"syntax":{"content":"Pattern1 = 1","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialPattern.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern1"},{"children":null,"id":"Pattern2","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Pattern2","nameWithType":"MaterialPattern.Preset.Pattern2","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","remarks":null,"summary":null,"syntax":{"content":"Pattern2 = 2","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialPattern.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern2"},{"children":null,"id":"Pattern3","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Pattern3","nameWithType":"MaterialPattern.Preset.Pattern3","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","remarks":null,"summary":null,"syntax":{"content":"Pattern3 = 3","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialPattern.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern3"},{"children":null,"id":"Pattern4","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Pattern4","nameWithType":"MaterialPattern.Preset.Pattern4","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","remarks":null,"summary":null,"syntax":{"content":"Pattern4 = 4","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialPattern.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern4"},{"children":null,"id":"Pattern5","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Pattern5","nameWithType":"MaterialPattern.Preset.Pattern5","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","remarks":null,"summary":null,"syntax":{"content":"Pattern5 = 5","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialPattern.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern5"},{"children":null,"id":"Pattern6","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Pattern6","nameWithType":"MaterialPattern.Preset.Pattern6","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","remarks":null,"summary":null,"syntax":{"content":"Pattern6 = 6","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialPattern.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern6"},{"children":null,"id":"Pattern7","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Pattern7","nameWithType":"MaterialPattern.Preset.Pattern7","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","remarks":null,"summary":null,"syntax":{"content":"Pattern7 = 7","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialPattern.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern7"},{"children":null,"id":"Pattern8","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Pattern8","nameWithType":"MaterialPattern.Preset.Pattern8","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","remarks":null,"summary":null,"syntax":{"content":"Pattern8 = 8","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialPattern.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern8"},{"children":null,"id":"Pattern9","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Pattern9","nameWithType":"MaterialPattern.Preset.Pattern9","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","remarks":null,"summary":null,"syntax":{"content":"Pattern9 = 9","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialPattern.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern9"},{"children":null,"id":"Pattern10","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Pattern10","nameWithType":"MaterialPattern.Preset.Pattern10","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","remarks":null,"summary":null,"syntax":{"content":"Pattern10 = 10","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialPattern.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern10"},{"children":null,"id":"Pattern11","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Pattern11","nameWithType":"MaterialPattern.Preset.Pattern11","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","remarks":null,"summary":null,"syntax":{"content":"Pattern11 = 11","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialPattern.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern11"},{"children":null,"id":"Pattern12","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Pattern12","nameWithType":"MaterialPattern.Preset.Pattern12","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","remarks":null,"summary":null,"syntax":{"content":"Pattern12 = 12","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialPattern.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern12"},{"children":null,"id":"Pattern13","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Pattern13","nameWithType":"MaterialPattern.Preset.Pattern13","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","remarks":null,"summary":null,"syntax":{"content":"Pattern13 = 13","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialPattern.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern13"},{"children":null,"id":"Pattern14","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Pattern14","nameWithType":"MaterialPattern.Preset.Pattern14","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","remarks":null,"summary":null,"syntax":{"content":"Pattern14 = 14","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialPattern.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern14"},{"children":null,"id":"Pattern15","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Pattern15","nameWithType":"MaterialPattern.Preset.Pattern15","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","remarks":null,"summary":null,"syntax":{"content":"Pattern15 = 15","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialPattern.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern15"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialPattern.#ctor(Zigurous.Prototyping.MaterialPattern.Preset,Texture2D,Texture2D,Texture2D)","Zigurous.Prototyping.MaterialPattern.emissionMap","Zigurous.Prototyping.MaterialPattern.heightMap","Zigurous.Prototyping.MaterialPattern.normalMap","Zigurous.Prototyping.MaterialPattern.preset"],"id":"MaterialPattern","implements":null,"inheritance":null,"inheritedMembers":null,"name":"MaterialPattern","nameWithType":"MaterialPattern","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","remarks":null,"summary":"\nA material pattern, defined by a texture asset.\n","syntax":{"content":"[Serializable]\npublic struct MaterialPattern","parameters":null,"return":null,"typeParameters":null},"type":"Struct","uid":"Zigurous.Prototyping.MaterialPattern"},{"children":null,"id":"preset","implements":null,"inheritance":null,"inheritedMembers":null,"name":"preset","nameWithType":"MaterialPattern.preset","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern","remarks":null,"summary":"\nThe preset enumeration value of the pattern.\n","syntax":{"content":"public MaterialPattern.Preset preset","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialPattern.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.preset"},{"children":null,"id":"emissionMap","implements":null,"inheritance":null,"inheritedMembers":null,"name":"emissionMap","nameWithType":"MaterialPattern.emissionMap","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern","remarks":null,"summary":"\nThe emission map texture of the pattern.\n","syntax":{"content":"public Texture2D emissionMap","parameters":null,"return":{"description":null,"type":"Global.Texture2D"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.emissionMap"},{"children":null,"id":"normalMap","implements":null,"inheritance":null,"inheritedMembers":null,"name":"normalMap","nameWithType":"MaterialPattern.normalMap","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern","remarks":null,"summary":"\nThe normal map texture of the pattern.\n","syntax":{"content":"public Texture2D normalMap","parameters":null,"return":{"description":null,"type":"Global.Texture2D"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.normalMap"},{"children":null,"id":"heightMap","implements":null,"inheritance":null,"inheritedMembers":null,"name":"heightMap","nameWithType":"MaterialPattern.heightMap","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern","remarks":null,"summary":"\nThe height map texture of the pattern.\n","syntax":{"content":"public Texture2D heightMap","parameters":null,"return":{"description":null,"type":"Global.Texture2D"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.heightMap"},{"children":null,"id":"#ctor(Zigurous.Prototyping.MaterialPattern.Preset,Texture2D,Texture2D,Texture2D)","implements":null,"inheritance":null,"inheritedMembers":null,"name":"MaterialPattern(MaterialPattern.Preset, Texture2D, Texture2D, Texture2D)","nameWithType":"MaterialPattern.MaterialPattern(MaterialPattern.Preset, Texture2D, Texture2D, Texture2D)","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern","remarks":null,"summary":"\nCreates a new material pattern with the specified preset.\n","syntax":{"content":"public MaterialPattern(MaterialPattern.Preset preset, Texture2D emissionMap = null, Texture2D normalMap = null, Texture2D heightMap = null)","parameters":[{"description":"The preset enumeration value of the pattern.","id":"preset","type":"Zigurous.Prototyping.MaterialPattern.Preset"},{"description":"The emission map texture of the pattern.","id":"emissionMap","type":"Global.Texture2D"},{"description":"The normal map texture of the pattern.","id":"normalMap","type":"Global.Texture2D"},{"description":"The height map texture of the pattern.","id":"heightMap","type":"Global.Texture2D"}],"return":null,"typeParameters":null},"type":"Constructor","uid":"Zigurous.Prototyping.MaterialPattern.#ctor(Zigurous.Prototyping.MaterialPattern.Preset,Texture2D,Texture2D,Texture2D)"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialPatternPalette.GetPattern(Zigurous.Prototyping.MaterialPattern.Preset)","Zigurous.Prototyping.MaterialPatternPalette.patterns"],"id":"MaterialPatternPalette","implements":null,"inheritance":["System.Object"],"inheritedMembers":null,"name":"MaterialPatternPalette","nameWithType":"MaterialPatternPalette","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","remarks":null,"summary":"\nA collection of material pattern presets.\n","syntax":{"content":"public sealed class MaterialPatternPalette : ScriptableObject","parameters":null,"return":null,"typeParameters":null},"type":"Class","uid":"Zigurous.Prototyping.MaterialPatternPalette"},{"children":null,"id":"patterns","implements":null,"inheritance":null,"inheritedMembers":null,"name":"patterns","nameWithType":"MaterialPatternPalette.patterns","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPatternPalette","remarks":null,"summary":"\nThe available patterns in the palette.\n","syntax":{"content":"public MaterialPattern[] patterns","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialPattern[]"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialPatternPalette.patterns"},{"children":null,"id":"GetPattern(Zigurous.Prototyping.MaterialPattern.Preset)","implements":null,"inheritance":null,"inheritedMembers":null,"name":"GetPattern(MaterialPattern.Preset)","nameWithType":"MaterialPatternPalette.GetPattern(MaterialPattern.Preset)","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPatternPalette","remarks":null,"summary":"\nGets the material pattern for the given preset.\n","syntax":{"content":"public MaterialPattern GetPattern(MaterialPattern.Preset preset)","parameters":[{"description":"The preset to get the material pattern for.","id":"preset","type":"Zigurous.Prototyping.MaterialPattern.Preset"}],"return":{"description":"The material pattern for the given preset.","type":"Zigurous.Prototyping.MaterialPattern"},"typeParameters":null},"type":"Method","uid":"Zigurous.Prototyping.MaterialPatternPalette.GetPattern(Zigurous.Prototyping.MaterialPattern.Preset)"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialSelector.Apply(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)"],"id":"MaterialSelector","implements":null,"inheritance":["System.Object","Zigurous.Prototyping.MaterialSelectorBase"],"inheritedMembers":["Zigurous.Prototyping.MaterialSelectorBase.m_Style","Zigurous.Prototyping.MaterialSelectorBase.m_Pattern","Zigurous.Prototyping.MaterialSelectorBase.m_Styles","Zigurous.Prototyping.MaterialSelectorBase.m_Patterns","Zigurous.Prototyping.MaterialSelectorBase.style","Zigurous.Prototyping.MaterialSelectorBase.styles","Zigurous.Prototyping.MaterialSelectorBase.pattern","Zigurous.Prototyping.MaterialSelectorBase.patterns","Zigurous.Prototyping.MaterialSelectorBase.Apply(Zigurous.Prototyping.MaterialStyle.Preset,Zigurous.Prototyping.MaterialPattern.Preset)","Zigurous.Prototyping.MaterialSelectorBase.Apply"],"name":"MaterialSelector","nameWithType":"MaterialSelector","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","remarks":null,"summary":"\nAssigns a renderer's material from a preset list of options.\n","syntax":{"content":"public sealed class MaterialSelector : MaterialSelectorBase","parameters":null,"return":null,"typeParameters":null},"type":"Class","uid":"Zigurous.Prototyping.MaterialSelector"},{"children":null,"id":"Apply(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Apply(MaterialStyle, MaterialPattern)","nameWithType":"MaterialSelector.Apply(MaterialStyle, MaterialPattern)","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelector","remarks":null,"summary":"\nApplies the selected style and pattern to the renderer.\n","syntax":{"content":"public override void Apply(MaterialStyle style, MaterialPattern pattern)","parameters":[{"description":"The style to apply.","id":"style","type":"Zigurous.Prototyping.MaterialStyle"},{"description":"The pattern to apply.","id":"pattern","type":"Zigurous.Prototyping.MaterialPattern"}],"return":null,"typeParameters":null},"type":"Method","uid":"Zigurous.Prototyping.MaterialSelector.Apply(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialSelectorBase.Apply","Zigurous.Prototyping.MaterialSelectorBase.Apply(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)","Zigurous.Prototyping.MaterialSelectorBase.Apply(Zigurous.Prototyping.MaterialStyle.Preset,Zigurous.Prototyping.MaterialPattern.Preset)","Zigurous.Prototyping.MaterialSelectorBase.m_Pattern","Zigurous.Prototyping.MaterialSelectorBase.m_Patterns","Zigurous.Prototyping.MaterialSelectorBase.m_Style","Zigurous.Prototyping.MaterialSelectorBase.m_Styles","Zigurous.Prototyping.MaterialSelectorBase.pattern","Zigurous.Prototyping.MaterialSelectorBase.patterns","Zigurous.Prototyping.MaterialSelectorBase.style","Zigurous.Prototyping.MaterialSelectorBase.styles"],"id":"MaterialSelectorBase","implements":null,"inheritance":["System.Object"],"inheritedMembers":null,"name":"MaterialSelectorBase","nameWithType":"MaterialSelectorBase","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","remarks":null,"summary":"\nAssigns a renderer's material from a preset list of options.\n","syntax":{"content":"public abstract class MaterialSelectorBase : MonoBehaviour","parameters":null,"return":null,"typeParameters":null},"type":"Class","uid":"Zigurous.Prototyping.MaterialSelectorBase"},{"children":null,"id":"m_Style","implements":null,"inheritance":null,"inheritedMembers":null,"name":"m_Style","nameWithType":"MaterialSelectorBase.m_Style","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorBase","remarks":null,"summary":null,"syntax":{"content":"protected MaterialStyle.Preset m_Style","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialSelectorBase.m_Style"},{"children":null,"id":"m_Pattern","implements":null,"inheritance":null,"inheritedMembers":null,"name":"m_Pattern","nameWithType":"MaterialSelectorBase.m_Pattern","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorBase","remarks":null,"summary":null,"syntax":{"content":"protected MaterialPattern.Preset m_Pattern","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialPattern.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialSelectorBase.m_Pattern"},{"children":null,"id":"m_Styles","implements":null,"inheritance":null,"inheritedMembers":null,"name":"m_Styles","nameWithType":"MaterialSelectorBase.m_Styles","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorBase","remarks":null,"summary":null,"syntax":{"content":"protected MaterialStylePalette m_Styles","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStylePalette"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialSelectorBase.m_Styles"},{"children":null,"id":"m_Patterns","implements":null,"inheritance":null,"inheritedMembers":null,"name":"m_Patterns","nameWithType":"MaterialSelectorBase.m_Patterns","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorBase","remarks":null,"summary":null,"syntax":{"content":"protected MaterialPatternPalette m_Patterns","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialPatternPalette"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialSelectorBase.m_Patterns"},{"children":null,"id":"style","implements":null,"inheritance":null,"inheritedMembers":null,"name":"style","nameWithType":"MaterialSelectorBase.style","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorBase","remarks":null,"summary":"\nThe selected style preset.\n","syntax":{"content":"public MaterialStyle.Preset style { get; set; }","parameters":[],"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Property","uid":"Zigurous.Prototyping.MaterialSelectorBase.style"},{"children":null,"id":"styles","implements":null,"inheritance":null,"inheritedMembers":null,"name":"styles","nameWithType":"MaterialSelectorBase.styles","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorBase","remarks":null,"summary":"\nThe palette of available styles.\n","syntax":{"content":"public MaterialStylePalette styles { get; set; }","parameters":[],"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStylePalette"},"typeParameters":null},"type":"Property","uid":"Zigurous.Prototyping.MaterialSelectorBase.styles"},{"children":null,"id":"pattern","implements":null,"inheritance":null,"inheritedMembers":null,"name":"pattern","nameWithType":"MaterialSelectorBase.pattern","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorBase","remarks":null,"summary":"\nThe selected pattern preset.\n","syntax":{"content":"public MaterialPattern.Preset pattern { get; set; }","parameters":[],"return":{"description":null,"type":"Zigurous.Prototyping.MaterialPattern.Preset"},"typeParameters":null},"type":"Property","uid":"Zigurous.Prototyping.MaterialSelectorBase.pattern"},{"children":null,"id":"patterns","implements":null,"inheritance":null,"inheritedMembers":null,"name":"patterns","nameWithType":"MaterialSelectorBase.patterns","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorBase","remarks":null,"summary":"\nThe palette of available patterns.\n","syntax":{"content":"public MaterialPatternPalette patterns { get; set; }","parameters":[],"return":{"description":null,"type":"Zigurous.Prototyping.MaterialPatternPalette"},"typeParameters":null},"type":"Property","uid":"Zigurous.Prototyping.MaterialSelectorBase.patterns"},{"children":null,"id":"Apply(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Apply(MaterialStyle, MaterialPattern)","nameWithType":"MaterialSelectorBase.Apply(MaterialStyle, MaterialPattern)","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorBase","remarks":null,"summary":"\nApplies the selected style and pattern to the renderer.\n","syntax":{"content":"public abstract void Apply(MaterialStyle style, MaterialPattern pattern)","parameters":[{"description":"The style to apply.","id":"style","type":"Zigurous.Prototyping.MaterialStyle"},{"description":"The pattern to apply.","id":"pattern","type":"Zigurous.Prototyping.MaterialPattern"}],"return":null,"typeParameters":null},"type":"Method","uid":"Zigurous.Prototyping.MaterialSelectorBase.Apply(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)"},{"children":null,"id":"Apply(Zigurous.Prototyping.MaterialStyle.Preset,Zigurous.Prototyping.MaterialPattern.Preset)","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Apply(MaterialStyle.Preset, MaterialPattern.Preset)","nameWithType":"MaterialSelectorBase.Apply(MaterialStyle.Preset, MaterialPattern.Preset)","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorBase","remarks":null,"summary":"\nApplies the preset style and pattern to the object.\n","syntax":{"content":"public void Apply(MaterialStyle.Preset stylePreset, MaterialPattern.Preset patternPreset)","parameters":[{"description":"The style preset to apply.","id":"stylePreset","type":"Zigurous.Prototyping.MaterialStyle.Preset"},{"description":"The pattern preset to apply.","id":"patternPreset","type":"Zigurous.Prototyping.MaterialPattern.Preset"}],"return":null,"typeParameters":null},"type":"Method","uid":"Zigurous.Prototyping.MaterialSelectorBase.Apply(Zigurous.Prototyping.MaterialStyle.Preset,Zigurous.Prototyping.MaterialPattern.Preset)"},{"children":null,"id":"Apply","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Apply()","nameWithType":"MaterialSelectorBase.Apply()","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorBase","remarks":null,"summary":"\nApplies the current style and pattern to the object.\n","syntax":{"content":"public void Apply()","parameters":null,"return":null,"typeParameters":null},"type":"Method","uid":"Zigurous.Prototyping.MaterialSelectorBase.Apply"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialSelectorGroup.Apply(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)"],"id":"MaterialSelectorGroup","implements":null,"inheritance":["System.Object","Zigurous.Prototyping.MaterialSelectorBase"],"inheritedMembers":["Zigurous.Prototyping.MaterialSelectorBase.m_Style","Zigurous.Prototyping.MaterialSelectorBase.m_Pattern","Zigurous.Prototyping.MaterialSelectorBase.m_Styles","Zigurous.Prototyping.MaterialSelectorBase.m_Patterns","Zigurous.Prototyping.MaterialSelectorBase.style","Zigurous.Prototyping.MaterialSelectorBase.styles","Zigurous.Prototyping.MaterialSelectorBase.pattern","Zigurous.Prototyping.MaterialSelectorBase.patterns","Zigurous.Prototyping.MaterialSelectorBase.Apply(Zigurous.Prototyping.MaterialStyle.Preset,Zigurous.Prototyping.MaterialPattern.Preset)","Zigurous.Prototyping.MaterialSelectorBase.Apply"],"name":"MaterialSelectorGroup","nameWithType":"MaterialSelectorGroup","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","remarks":null,"summary":"\nAssigns a group of renderers' materials from a preset list of options.\n","syntax":{"content":"public sealed class MaterialSelectorGroup : MaterialSelectorBase","parameters":null,"return":null,"typeParameters":null},"type":"Class","uid":"Zigurous.Prototyping.MaterialSelectorGroup"},{"children":null,"id":"Apply(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Apply(MaterialStyle, MaterialPattern)","nameWithType":"MaterialSelectorGroup.Apply(MaterialStyle, MaterialPattern)","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorGroup","remarks":null,"summary":"\nApplies the selected style and pattern to the renderer.\n","syntax":{"content":"public override void Apply(MaterialStyle style, MaterialPattern pattern)","parameters":[{"description":"The style to apply.","id":"style","type":"Zigurous.Prototyping.MaterialStyle"},{"description":"The pattern to apply.","id":"pattern","type":"Zigurous.Prototyping.MaterialPattern"}],"return":null,"typeParameters":null},"type":"Method","uid":"Zigurous.Prototyping.MaterialSelectorGroup.Apply(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialSelectorRenderer.Apply(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)","Zigurous.Prototyping.MaterialSelectorRenderer.CreateMaterial(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)","Zigurous.Prototyping.MaterialSelectorRenderer.renderer"],"id":"MaterialSelectorRenderer","implements":null,"inheritance":["System.Object"],"inheritedMembers":null,"name":"MaterialSelectorRenderer","nameWithType":"MaterialSelectorRenderer","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","remarks":null,"summary":"\nApplies a material style and pattern to a renderer.\n","syntax":{"content":"public sealed class MaterialSelectorRenderer : MonoBehaviour","parameters":null,"return":null,"typeParameters":null},"type":"Class","uid":"Zigurous.Prototyping.MaterialSelectorRenderer"},{"children":null,"id":"renderer","implements":null,"inheritance":null,"inheritedMembers":null,"name":"renderer","nameWithType":"MaterialSelectorRenderer.renderer","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorRenderer","remarks":null,"summary":"\nThe renderer that holds the material being selected (Read only).\n","syntax":{"content":"public Renderer renderer { get; }","parameters":[],"return":{"description":null,"type":"Global.Renderer"},"typeParameters":null},"type":"Property","uid":"Zigurous.Prototyping.MaterialSelectorRenderer.renderer"},{"children":null,"id":"Apply(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Apply(MaterialStyle, MaterialPattern)","nameWithType":"MaterialSelectorRenderer.Apply(MaterialStyle, MaterialPattern)","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorRenderer","remarks":null,"summary":"\nApplies the selected style and pattern to the renderer.\n","syntax":{"content":"public void Apply(MaterialStyle style, MaterialPattern pattern)","parameters":[{"description":"The style to apply.","id":"style","type":"Zigurous.Prototyping.MaterialStyle"},{"description":"The pattern to apply.","id":"pattern","type":"Zigurous.Prototyping.MaterialPattern"}],"return":null,"typeParameters":null},"type":"Method","uid":"Zigurous.Prototyping.MaterialSelectorRenderer.Apply(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)"},{"children":null,"id":"CreateMaterial(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)","implements":null,"inheritance":null,"inheritedMembers":null,"name":"CreateMaterial(MaterialStyle, MaterialPattern)","nameWithType":"MaterialSelectorRenderer.CreateMaterial(MaterialStyle, MaterialPattern)","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorRenderer","remarks":null,"summary":"\nCreates a material from the selected style and pattern.\n","syntax":{"content":"public Material CreateMaterial(MaterialStyle style, MaterialPattern pattern)","parameters":[{"description":"The style to apply.","id":"style","type":"Zigurous.Prototyping.MaterialStyle"},{"description":"The pattern to apply.","id":"pattern","type":"Zigurous.Prototyping.MaterialPattern"}],"return":{"description":"The created material.","type":"Global.Material"},"typeParameters":null},"type":"Method","uid":"Zigurous.Prototyping.MaterialSelectorRenderer.CreateMaterial(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialStyle.Preset.Azure","Zigurous.Prototyping.MaterialStyle.Preset.Black","Zigurous.Prototyping.MaterialStyle.Preset.Blue","Zigurous.Prototyping.MaterialStyle.Preset.Brown","Zigurous.Prototyping.MaterialStyle.Preset.Custom1","Zigurous.Prototyping.MaterialStyle.Preset.Custom2","Zigurous.Prototyping.MaterialStyle.Preset.Custom3","Zigurous.Prototyping.MaterialStyle.Preset.Custom4","Zigurous.Prototyping.MaterialStyle.Preset.Custom5","Zigurous.Prototyping.MaterialStyle.Preset.Cyan","Zigurous.Prototyping.MaterialStyle.Preset.DarkGray","Zigurous.Prototyping.MaterialStyle.Preset.Glass","Zigurous.Prototyping.MaterialStyle.Preset.Gray","Zigurous.Prototyping.MaterialStyle.Preset.Green","Zigurous.Prototyping.MaterialStyle.Preset.Indigo","Zigurous.Prototyping.MaterialStyle.Preset.LightGray","Zigurous.Prototyping.MaterialStyle.Preset.Lime","Zigurous.Prototyping.MaterialStyle.Preset.Magenta","Zigurous.Prototyping.MaterialStyle.Preset.None","Zigurous.Prototyping.MaterialStyle.Preset.Orange","Zigurous.Prototyping.MaterialStyle.Preset.Pink","Zigurous.Prototyping.MaterialStyle.Preset.Purple","Zigurous.Prototyping.MaterialStyle.Preset.Red","Zigurous.Prototyping.MaterialStyle.Preset.Teal","Zigurous.Prototyping.MaterialStyle.Preset.White","Zigurous.Prototyping.MaterialStyle.Preset.Yellow"],"id":"MaterialStyle.Preset","implements":null,"inheritance":null,"inheritedMembers":null,"name":"MaterialStyle.Preset","nameWithType":"MaterialStyle.Preset","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","remarks":null,"summary":"\nAn enumerated preset of material styles.\n","syntax":{"content":"public enum Preset","parameters":null,"return":null,"typeParameters":null},"type":"Enum","uid":"Zigurous.Prototyping.MaterialStyle.Preset"},{"children":null,"id":"None","implements":null,"inheritance":null,"inheritedMembers":null,"name":"None","nameWithType":"MaterialStyle.Preset.None","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"None = 0","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.None"},{"children":null,"id":"Glass","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Glass","nameWithType":"MaterialStyle.Preset.Glass","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"Glass = 1","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Glass"},{"children":null,"id":"Black","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Black","nameWithType":"MaterialStyle.Preset.Black","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"Black = 2","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Black"},{"children":null,"id":"White","implements":null,"inheritance":null,"inheritedMembers":null,"name":"White","nameWithType":"MaterialStyle.Preset.White","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"White = 3","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.White"},{"children":null,"id":"Gray","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Gray","nameWithType":"MaterialStyle.Preset.Gray","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"Gray = 4","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Gray"},{"children":null,"id":"DarkGray","implements":null,"inheritance":null,"inheritedMembers":null,"name":"DarkGray","nameWithType":"MaterialStyle.Preset.DarkGray","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"DarkGray = 5","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.DarkGray"},{"children":null,"id":"LightGray","implements":null,"inheritance":null,"inheritedMembers":null,"name":"LightGray","nameWithType":"MaterialStyle.Preset.LightGray","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"LightGray = 6","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.LightGray"},{"children":null,"id":"Brown","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Brown","nameWithType":"MaterialStyle.Preset.Brown","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"Brown = 7","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Brown"},{"children":null,"id":"Red","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Red","nameWithType":"MaterialStyle.Preset.Red","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"Red = 8","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Red"},{"children":null,"id":"Orange","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Orange","nameWithType":"MaterialStyle.Preset.Orange","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"Orange = 9","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Orange"},{"children":null,"id":"Yellow","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Yellow","nameWithType":"MaterialStyle.Preset.Yellow","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"Yellow = 10","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Yellow"},{"children":null,"id":"Lime","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Lime","nameWithType":"MaterialStyle.Preset.Lime","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"Lime = 11","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Lime"},{"children":null,"id":"Green","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Green","nameWithType":"MaterialStyle.Preset.Green","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"Green = 12","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Green"},{"children":null,"id":"Teal","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Teal","nameWithType":"MaterialStyle.Preset.Teal","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"Teal = 13","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Teal"},{"children":null,"id":"Cyan","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Cyan","nameWithType":"MaterialStyle.Preset.Cyan","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"Cyan = 14","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Cyan"},{"children":null,"id":"Azure","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Azure","nameWithType":"MaterialStyle.Preset.Azure","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"Azure = 15","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Azure"},{"children":null,"id":"Blue","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Blue","nameWithType":"MaterialStyle.Preset.Blue","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"Blue = 16","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Blue"},{"children":null,"id":"Indigo","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Indigo","nameWithType":"MaterialStyle.Preset.Indigo","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"Indigo = 17","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Indigo"},{"children":null,"id":"Purple","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Purple","nameWithType":"MaterialStyle.Preset.Purple","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"Purple = 18","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Purple"},{"children":null,"id":"Magenta","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Magenta","nameWithType":"MaterialStyle.Preset.Magenta","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"Magenta = 19","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Magenta"},{"children":null,"id":"Pink","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Pink","nameWithType":"MaterialStyle.Preset.Pink","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"Pink = 20","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Pink"},{"children":null,"id":"Custom1","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Custom1","nameWithType":"MaterialStyle.Preset.Custom1","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"Custom1 = 21","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Custom1"},{"children":null,"id":"Custom2","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Custom2","nameWithType":"MaterialStyle.Preset.Custom2","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"Custom2 = 22","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Custom2"},{"children":null,"id":"Custom3","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Custom3","nameWithType":"MaterialStyle.Preset.Custom3","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"Custom3 = 23","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Custom3"},{"children":null,"id":"Custom4","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Custom4","nameWithType":"MaterialStyle.Preset.Custom4","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"Custom4 = 24","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Custom4"},{"children":null,"id":"Custom5","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Custom5","nameWithType":"MaterialStyle.Preset.Custom5","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"Custom5 = 25","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Custom5"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialStyle.#ctor(Zigurous.Prototyping.MaterialStyle.Preset,Color,System.Single,System.Single)","Zigurous.Prototyping.MaterialStyle.color","Zigurous.Prototyping.MaterialStyle.metallic","Zigurous.Prototyping.MaterialStyle.preset","Zigurous.Prototyping.MaterialStyle.smoothness"],"id":"MaterialStyle","implements":null,"inheritance":null,"inheritedMembers":null,"name":"MaterialStyle","nameWithType":"MaterialStyle","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","remarks":null,"summary":"\nA material style, defined by color, metallic, and smoothness values.\n","syntax":{"content":"[Serializable]\npublic struct MaterialStyle","parameters":null,"return":null,"typeParameters":null},"type":"Struct","uid":"Zigurous.Prototyping.MaterialStyle"},{"children":null,"id":"preset","implements":null,"inheritance":null,"inheritedMembers":null,"name":"preset","nameWithType":"MaterialStyle.preset","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle","remarks":null,"summary":"\nThe preset enumeration value of the style.\n","syntax":{"content":"public MaterialStyle.Preset preset","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.preset"},{"children":null,"id":"color","implements":null,"inheritance":null,"inheritedMembers":null,"name":"color","nameWithType":"MaterialStyle.color","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle","remarks":null,"summary":"\nThe color of the material style.\n","syntax":{"content":"public Color color","parameters":null,"return":{"description":null,"type":"Global.Color"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.color"},{"children":null,"id":"metallic","implements":null,"inheritance":null,"inheritedMembers":null,"name":"metallic","nameWithType":"MaterialStyle.metallic","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle","remarks":null,"summary":"\nThe metallic value of the material style.\n","syntax":{"content":"public float metallic","parameters":null,"return":{"description":null,"type":"System.Single"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.metallic"},{"children":null,"id":"smoothness","implements":null,"inheritance":null,"inheritedMembers":null,"name":"smoothness","nameWithType":"MaterialStyle.smoothness","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle","remarks":null,"summary":"\nThe smoothness value of the material style.\n","syntax":{"content":"public float smoothness","parameters":null,"return":{"description":null,"type":"System.Single"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.smoothness"},{"children":null,"id":"#ctor(Zigurous.Prototyping.MaterialStyle.Preset,Color,System.Single,System.Single)","implements":null,"inheritance":null,"inheritedMembers":null,"name":"MaterialStyle(MaterialStyle.Preset, Color, Single, Single)","nameWithType":"MaterialStyle.MaterialStyle(MaterialStyle.Preset, Color, Single, Single)","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle","remarks":null,"summary":"\nCreates a new material style with the specified preset.\n","syntax":{"content":"public MaterialStyle(MaterialStyle.Preset preset, Color color = null, float metallic = 0F, float smoothness = 0F)","parameters":[{"description":"The preset enumeration value of the style.","id":"preset","type":"Zigurous.Prototyping.MaterialStyle.Preset"},{"description":"The color of the material style.","id":"color","type":"Global.Color"},{"description":"The metallic value of the material style.","id":"metallic","type":"System.Single"},{"description":"The smoothness value of the material style.","id":"smoothness","type":"System.Single"}],"return":null,"typeParameters":null},"type":"Constructor","uid":"Zigurous.Prototyping.MaterialStyle.#ctor(Zigurous.Prototyping.MaterialStyle.Preset,Color,System.Single,System.Single)"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialStylePalette.GetStyle(Zigurous.Prototyping.MaterialStyle.Preset)","Zigurous.Prototyping.MaterialStylePalette.styles"],"id":"MaterialStylePalette","implements":null,"inheritance":["System.Object"],"inheritedMembers":null,"name":"MaterialStylePalette","nameWithType":"MaterialStylePalette","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","remarks":null,"summary":"\nA collection of material style presets.\n","syntax":{"content":"public sealed class MaterialStylePalette : ScriptableObject","parameters":null,"return":null,"typeParameters":null},"type":"Class","uid":"Zigurous.Prototyping.MaterialStylePalette"},{"children":null,"id":"styles","implements":null,"inheritance":null,"inheritedMembers":null,"name":"styles","nameWithType":"MaterialStylePalette.styles","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStylePalette","remarks":null,"summary":"\nThe available styles in the palette.\n","syntax":{"content":"public MaterialStyle[] styles","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle[]"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStylePalette.styles"},{"children":null,"id":"GetStyle(Zigurous.Prototyping.MaterialStyle.Preset)","implements":null,"inheritance":null,"inheritedMembers":null,"name":"GetStyle(MaterialStyle.Preset)","nameWithType":"MaterialStylePalette.GetStyle(MaterialStyle.Preset)","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStylePalette","remarks":null,"summary":"\nGets the material style for the given preset.\n","syntax":{"content":"public MaterialStyle GetStyle(MaterialStyle.Preset preset)","parameters":[{"description":"The preset to get the material style for.","id":"preset","type":"Zigurous.Prototyping.MaterialStyle.Preset"}],"return":{"description":"The material style for the given preset.","type":"Zigurous.Prototyping.MaterialStyle"},"typeParameters":null},"type":"Method","uid":"Zigurous.Prototyping.MaterialStylePalette.GetStyle(Zigurous.Prototyping.MaterialStyle.Preset)"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialTiling.autoUpdate","Zigurous.Prototyping.MaterialTiling.ForceUpdate","Zigurous.Prototyping.MaterialTiling.renderer","Zigurous.Prototyping.MaterialTiling.scaleMultiplier","Zigurous.Prototyping.MaterialTiling.SetTextureScale(Material,Vector2)","Zigurous.Prototyping.MaterialTiling.Tile","Zigurous.Prototyping.MaterialTiling.UpdateMaterials","Zigurous.Prototyping.MaterialTiling.UpdateMaterialsInEditor"],"id":"MaterialTiling","implements":null,"inheritance":["System.Object"],"inheritedMembers":null,"name":"MaterialTiling","nameWithType":"MaterialTiling","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","remarks":null,"summary":"\nAutomatically tiles the materials of an object based on its scale.\n","syntax":{"content":"public abstract class MaterialTiling : MonoBehaviour","parameters":null,"return":null,"typeParameters":null},"type":"Class","uid":"Zigurous.Prototyping.MaterialTiling"},{"children":null,"id":"renderer","implements":null,"inheritance":null,"inheritedMembers":null,"name":"renderer","nameWithType":"MaterialTiling.renderer","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTiling","remarks":null,"summary":"\nThe renderer component of the material being tiled (Read only).\n","syntax":{"content":"public Renderer renderer { get; }","parameters":[],"return":{"description":null,"type":"Global.Renderer"},"typeParameters":null},"type":"Property","uid":"Zigurous.Prototyping.MaterialTiling.renderer"},{"children":null,"id":"scaleMultiplier","implements":null,"inheritance":null,"inheritedMembers":null,"name":"scaleMultiplier","nameWithType":"MaterialTiling.scaleMultiplier","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTiling","remarks":null,"summary":"\nThe texture scale multiplier of the material being tiled.\n","syntax":{"content":"public float scaleMultiplier","parameters":null,"return":{"description":null,"type":"System.Single"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialTiling.scaleMultiplier"},{"children":null,"id":"autoUpdate","implements":null,"inheritance":null,"inheritedMembers":null,"name":"autoUpdate","nameWithType":"MaterialTiling.autoUpdate","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTiling","remarks":null,"summary":"\nWhether the material texture(s) are tiled automatically when the\ntransform changes.\n","syntax":{"content":"public bool autoUpdate","parameters":null,"return":{"description":null,"type":"System.Boolean"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialTiling.autoUpdate"},{"children":null,"id":"Tile","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Tile()","nameWithType":"MaterialTiling.Tile()","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTiling","remarks":null,"summary":"\nTiles the materials of the object.\n","syntax":{"content":"public void Tile()","parameters":null,"return":null,"typeParameters":null},"type":"Method","uid":"Zigurous.Prototyping.MaterialTiling.Tile"},{"children":null,"id":"ForceUpdate","implements":null,"inheritance":null,"inheritedMembers":null,"name":"ForceUpdate()","nameWithType":"MaterialTiling.ForceUpdate()","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTiling","remarks":null,"summary":"\nForces the materials to be updated.\n","syntax":{"content":"public void ForceUpdate()","parameters":null,"return":null,"typeParameters":null},"type":"Method","uid":"Zigurous.Prototyping.MaterialTiling.ForceUpdate"},{"children":null,"id":"SetTextureScale(Material,Vector2)","implements":null,"inheritance":null,"inheritedMembers":null,"name":"SetTextureScale(Material, Vector2)","nameWithType":"MaterialTiling.SetTextureScale(Material, Vector2)","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTiling","remarks":null,"summary":"\nSets the texture scale of a material.\n","syntax":{"content":"protected void SetTextureScale(Material material, Vector2 scale)","parameters":[{"description":"The material to set the texture scale of.","id":"material","type":"Global.Material"},{"description":"The texture scale to set.","id":"scale","type":"Global.Vector2"}],"return":null,"typeParameters":null},"type":"Method","uid":"Zigurous.Prototyping.MaterialTiling.SetTextureScale(Material,Vector2)"},{"children":null,"id":"UpdateMaterials","implements":null,"inheritance":null,"inheritedMembers":null,"name":"UpdateMaterials()","nameWithType":"MaterialTiling.UpdateMaterials()","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTiling","remarks":null,"summary":"\nUpdates the materials of the object.\n","syntax":{"content":"protected abstract void UpdateMaterials()","parameters":null,"return":null,"typeParameters":null},"type":"Method","uid":"Zigurous.Prototyping.MaterialTiling.UpdateMaterials"},{"children":null,"id":"UpdateMaterialsInEditor","implements":null,"inheritance":null,"inheritedMembers":null,"name":"UpdateMaterialsInEditor()","nameWithType":"MaterialTiling.UpdateMaterialsInEditor()","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTiling","remarks":null,"summary":"\nUpdates the materials of the object while running in the editor.\n","syntax":{"content":"protected abstract void UpdateMaterialsInEditor()","parameters":null,"return":null,"typeParameters":null},"type":"Method","uid":"Zigurous.Prototyping.MaterialTiling.UpdateMaterialsInEditor"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialTilingCube.UpdateMaterials","Zigurous.Prototyping.MaterialTilingCube.UpdateMaterialsInEditor"],"id":"MaterialTilingCube","implements":null,"inheritance":["System.Object","Zigurous.Prototyping.MaterialTiling"],"inheritedMembers":["Zigurous.Prototyping.MaterialTiling.renderer","Zigurous.Prototyping.MaterialTiling.scaleMultiplier","Zigurous.Prototyping.MaterialTiling.autoUpdate","Zigurous.Prototyping.MaterialTiling.Tile","Zigurous.Prototyping.MaterialTiling.ForceUpdate","Zigurous.Prototyping.MaterialTiling.SetTextureScale(Material,Vector2)"],"name":"MaterialTilingCube","nameWithType":"MaterialTilingCube","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","remarks":null,"summary":"\nAutomatically tiles the materials of a cube based on its scale.\n","syntax":{"content":"public sealed class MaterialTilingCube : MaterialTiling","parameters":null,"return":null,"typeParameters":null},"type":"Class","uid":"Zigurous.Prototyping.MaterialTilingCube"},{"children":null,"id":"UpdateMaterials","implements":null,"inheritance":null,"inheritedMembers":null,"name":"UpdateMaterials()","nameWithType":"MaterialTilingCube.UpdateMaterials()","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTilingCube","remarks":null,"summary":"\nUpdates the materials of the object.\n","syntax":{"content":"protected override void UpdateMaterials()","parameters":null,"return":null,"typeParameters":null},"type":"Method","uid":"Zigurous.Prototyping.MaterialTilingCube.UpdateMaterials"},{"children":null,"id":"UpdateMaterialsInEditor","implements":null,"inheritance":null,"inheritedMembers":null,"name":"UpdateMaterialsInEditor()","nameWithType":"MaterialTilingCube.UpdateMaterialsInEditor()","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTilingCube","remarks":null,"summary":"\nUpdates the materials of the object while running in the editor.\n","syntax":{"content":"protected override void UpdateMaterialsInEditor()","parameters":null,"return":null,"typeParameters":null},"type":"Method","uid":"Zigurous.Prototyping.MaterialTilingCube.UpdateMaterialsInEditor"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialTilingPlane.UpdateMaterials","Zigurous.Prototyping.MaterialTilingPlane.UpdateMaterialsInEditor"],"id":"MaterialTilingPlane","implements":null,"inheritance":["System.Object","Zigurous.Prototyping.MaterialTiling"],"inheritedMembers":["Zigurous.Prototyping.MaterialTiling.renderer","Zigurous.Prototyping.MaterialTiling.scaleMultiplier","Zigurous.Prototyping.MaterialTiling.autoUpdate","Zigurous.Prototyping.MaterialTiling.Tile","Zigurous.Prototyping.MaterialTiling.ForceUpdate","Zigurous.Prototyping.MaterialTiling.SetTextureScale(Material,Vector2)"],"name":"MaterialTilingPlane","nameWithType":"MaterialTilingPlane","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","remarks":null,"summary":"\nAutomatically tiles the materials of a plane based on its scale.\n","syntax":{"content":"public sealed class MaterialTilingPlane : MaterialTiling","parameters":null,"return":null,"typeParameters":null},"type":"Class","uid":"Zigurous.Prototyping.MaterialTilingPlane"},{"children":null,"id":"UpdateMaterials","implements":null,"inheritance":null,"inheritedMembers":null,"name":"UpdateMaterials()","nameWithType":"MaterialTilingPlane.UpdateMaterials()","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTilingPlane","remarks":null,"summary":"\nUpdates the materials of the object.\n","syntax":{"content":"protected override void UpdateMaterials()","parameters":null,"return":null,"typeParameters":null},"type":"Method","uid":"Zigurous.Prototyping.MaterialTilingPlane.UpdateMaterials"},{"children":null,"id":"UpdateMaterialsInEditor","implements":null,"inheritance":null,"inheritedMembers":null,"name":"UpdateMaterialsInEditor()","nameWithType":"MaterialTilingPlane.UpdateMaterialsInEditor()","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTilingPlane","remarks":null,"summary":"\nUpdates the materials of the object while running in the editor.\n","syntax":{"content":"protected override void UpdateMaterialsInEditor()","parameters":null,"return":null,"typeParameters":null},"type":"Method","uid":"Zigurous.Prototyping.MaterialTilingPlane.UpdateMaterialsInEditor"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialTilingSphere.UpdateMaterials","Zigurous.Prototyping.MaterialTilingSphere.UpdateMaterialsInEditor"],"id":"MaterialTilingSphere","implements":null,"inheritance":["System.Object","Zigurous.Prototyping.MaterialTiling"],"inheritedMembers":["Zigurous.Prototyping.MaterialTiling.renderer","Zigurous.Prototyping.MaterialTiling.scaleMultiplier","Zigurous.Prototyping.MaterialTiling.autoUpdate","Zigurous.Prototyping.MaterialTiling.Tile","Zigurous.Prototyping.MaterialTiling.ForceUpdate","Zigurous.Prototyping.MaterialTiling.SetTextureScale(Material,Vector2)"],"name":"MaterialTilingSphere","nameWithType":"MaterialTilingSphere","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","remarks":null,"summary":"\nAutomatically tiles the material of a sphere based on its scale.\n","syntax":{"content":"public sealed class MaterialTilingSphere : MaterialTiling","parameters":null,"return":null,"typeParameters":null},"type":"Class","uid":"Zigurous.Prototyping.MaterialTilingSphere"},{"children":null,"id":"UpdateMaterials","implements":null,"inheritance":null,"inheritedMembers":null,"name":"UpdateMaterials()","nameWithType":"MaterialTilingSphere.UpdateMaterials()","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTilingSphere","remarks":null,"summary":"\nUpdates the materials of the object.\n","syntax":{"content":"protected override void UpdateMaterials()","parameters":null,"return":null,"typeParameters":null},"type":"Method","uid":"Zigurous.Prototyping.MaterialTilingSphere.UpdateMaterials"},{"children":null,"id":"UpdateMaterialsInEditor","implements":null,"inheritance":null,"inheritedMembers":null,"name":"UpdateMaterialsInEditor()","nameWithType":"MaterialTilingSphere.UpdateMaterialsInEditor()","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTilingSphere","remarks":null,"summary":"\nUpdates the materials of the object while running in the editor.\n","syntax":{"content":"protected override void UpdateMaterialsInEditor()","parameters":null,"return":null,"typeParameters":null},"type":"Method","uid":"Zigurous.Prototyping.MaterialTilingSphere.UpdateMaterialsInEditor"}]},{"items":[{"children":["Zigurous.Prototyping.GridAlignment","Zigurous.Prototyping.MaterialPattern","Zigurous.Prototyping.MaterialPattern.Preset","Zigurous.Prototyping.MaterialPatternPalette","Zigurous.Prototyping.MaterialSelector","Zigurous.Prototyping.MaterialSelectorBase","Zigurous.Prototyping.MaterialSelectorGroup","Zigurous.Prototyping.MaterialSelectorRenderer","Zigurous.Prototyping.MaterialStyle","Zigurous.Prototyping.MaterialStyle.Preset","Zigurous.Prototyping.MaterialStylePalette","Zigurous.Prototyping.MaterialTiling","Zigurous.Prototyping.MaterialTilingCube","Zigurous.Prototyping.MaterialTilingPlane","Zigurous.Prototyping.MaterialTilingSphere"],"id":"Zigurous.Prototyping","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Zigurous.Prototyping","nameWithType":"Zigurous.Prototyping","namespace":null,"parent":null,"remarks":null,"summary":null,"syntax":null,"type":"Namespace","uid":"Zigurous.Prototyping"}]}]}}} \ No newline at end of file +{"data":{"api":{"nodes":[{"items":[{"children":["Zigurous.Prototyping.GridAlignment.AlignToGrid","Zigurous.Prototyping.GridAlignment.positionIncrement","Zigurous.Prototyping.GridAlignment.rotationIncrement","Zigurous.Prototyping.GridAlignment.scaleIncrement","Zigurous.Prototyping.GridAlignment.Snap(Vector3,System.Single)","Zigurous.Prototyping.GridAlignment.unitSize"],"id":"GridAlignment","implements":null,"inheritance":["System.Object"],"inheritedMembers":null,"name":"GridAlignment","nameWithType":"GridAlignment","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","remarks":null,"summary":"\nSnaps an object's position, rotation, and scale to grid increments.\n","syntax":{"content":"public sealed class GridAlignment : MonoBehaviour","parameters":null,"return":null,"typeParameters":null},"type":"Class","uid":"Zigurous.Prototyping.GridAlignment"},{"children":null,"id":"unitSize","implements":null,"inheritance":null,"inheritedMembers":null,"name":"unitSize","nameWithType":"GridAlignment.unitSize","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.GridAlignment","remarks":null,"summary":"\nThe base unit scale of the grid.\n","syntax":{"content":"public float unitSize","parameters":null,"return":{"description":null,"type":"System.Single"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.GridAlignment.unitSize"},{"children":null,"id":"positionIncrement","implements":null,"inheritance":null,"inheritedMembers":null,"name":"positionIncrement","nameWithType":"GridAlignment.positionIncrement","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.GridAlignment","remarks":null,"summary":"\nThe amount of units the position is rounded to on the grid.\n","syntax":{"content":"public float positionIncrement","parameters":null,"return":{"description":null,"type":"System.Single"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.GridAlignment.positionIncrement"},{"children":null,"id":"scaleIncrement","implements":null,"inheritance":null,"inheritedMembers":null,"name":"scaleIncrement","nameWithType":"GridAlignment.scaleIncrement","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.GridAlignment","remarks":null,"summary":"\nThe amount of units the scale is rounded to on the grid.\n","syntax":{"content":"public float scaleIncrement","parameters":null,"return":{"description":null,"type":"System.Single"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.GridAlignment.scaleIncrement"},{"children":null,"id":"rotationIncrement","implements":null,"inheritance":null,"inheritedMembers":null,"name":"rotationIncrement","nameWithType":"GridAlignment.rotationIncrement","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.GridAlignment","remarks":null,"summary":"\nThe amount of units the rotation is rounded to on the grid.\n","syntax":{"content":"public float rotationIncrement","parameters":null,"return":{"description":null,"type":"System.Single"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.GridAlignment.rotationIncrement"},{"children":null,"id":"AlignToGrid","implements":null,"inheritance":null,"inheritedMembers":null,"name":"AlignToGrid()","nameWithType":"GridAlignment.AlignToGrid()","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.GridAlignment","remarks":null,"summary":"\nUpdates the transform of the object to align to the grid.\n","syntax":{"content":"public void AlignToGrid()","parameters":null,"return":null,"typeParameters":null},"type":"Method","uid":"Zigurous.Prototyping.GridAlignment.AlignToGrid"},{"children":null,"id":"Snap(Vector3,System.Single)","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Snap(Vector3, Single)","nameWithType":"GridAlignment.Snap(Vector3, Single)","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.GridAlignment","remarks":null,"summary":"\nSnaps a vector to the grid at a given increment.\n","syntax":{"content":"public Vector3 Snap(Vector3 vector, float increment)","parameters":[{"description":"The vector to snap.","id":"vector","type":"Global.Vector3"},{"description":"The amount of units the vector is rounded to.","id":"increment","type":"System.Single"}],"return":{"description":"The vector snapped to the grid.","type":"Global.Vector3"},"typeParameters":null},"type":"Method","uid":"Zigurous.Prototyping.GridAlignment.Snap(Vector3,System.Single)"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialPattern.Preset.Pattern0","Zigurous.Prototyping.MaterialPattern.Preset.Pattern1","Zigurous.Prototyping.MaterialPattern.Preset.Pattern10","Zigurous.Prototyping.MaterialPattern.Preset.Pattern11","Zigurous.Prototyping.MaterialPattern.Preset.Pattern12","Zigurous.Prototyping.MaterialPattern.Preset.Pattern13","Zigurous.Prototyping.MaterialPattern.Preset.Pattern14","Zigurous.Prototyping.MaterialPattern.Preset.Pattern15","Zigurous.Prototyping.MaterialPattern.Preset.Pattern2","Zigurous.Prototyping.MaterialPattern.Preset.Pattern3","Zigurous.Prototyping.MaterialPattern.Preset.Pattern4","Zigurous.Prototyping.MaterialPattern.Preset.Pattern5","Zigurous.Prototyping.MaterialPattern.Preset.Pattern6","Zigurous.Prototyping.MaterialPattern.Preset.Pattern7","Zigurous.Prototyping.MaterialPattern.Preset.Pattern8","Zigurous.Prototyping.MaterialPattern.Preset.Pattern9"],"id":"MaterialPattern.Preset","implements":null,"inheritance":null,"inheritedMembers":null,"name":"MaterialPattern.Preset","nameWithType":"MaterialPattern.Preset","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","remarks":null,"summary":"\nAn enumerated preset of material patterns.\n","syntax":{"content":"public enum Preset","parameters":null,"return":null,"typeParameters":null},"type":"Enum","uid":"Zigurous.Prototyping.MaterialPattern.Preset"},{"children":null,"id":"Pattern0","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Pattern0","nameWithType":"MaterialPattern.Preset.Pattern0","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","remarks":null,"summary":null,"syntax":{"content":"Pattern0 = 0","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialPattern.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern0"},{"children":null,"id":"Pattern1","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Pattern1","nameWithType":"MaterialPattern.Preset.Pattern1","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","remarks":null,"summary":null,"syntax":{"content":"Pattern1 = 1","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialPattern.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern1"},{"children":null,"id":"Pattern2","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Pattern2","nameWithType":"MaterialPattern.Preset.Pattern2","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","remarks":null,"summary":null,"syntax":{"content":"Pattern2 = 2","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialPattern.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern2"},{"children":null,"id":"Pattern3","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Pattern3","nameWithType":"MaterialPattern.Preset.Pattern3","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","remarks":null,"summary":null,"syntax":{"content":"Pattern3 = 3","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialPattern.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern3"},{"children":null,"id":"Pattern4","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Pattern4","nameWithType":"MaterialPattern.Preset.Pattern4","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","remarks":null,"summary":null,"syntax":{"content":"Pattern4 = 4","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialPattern.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern4"},{"children":null,"id":"Pattern5","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Pattern5","nameWithType":"MaterialPattern.Preset.Pattern5","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","remarks":null,"summary":null,"syntax":{"content":"Pattern5 = 5","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialPattern.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern5"},{"children":null,"id":"Pattern6","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Pattern6","nameWithType":"MaterialPattern.Preset.Pattern6","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","remarks":null,"summary":null,"syntax":{"content":"Pattern6 = 6","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialPattern.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern6"},{"children":null,"id":"Pattern7","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Pattern7","nameWithType":"MaterialPattern.Preset.Pattern7","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","remarks":null,"summary":null,"syntax":{"content":"Pattern7 = 7","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialPattern.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern7"},{"children":null,"id":"Pattern8","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Pattern8","nameWithType":"MaterialPattern.Preset.Pattern8","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","remarks":null,"summary":null,"syntax":{"content":"Pattern8 = 8","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialPattern.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern8"},{"children":null,"id":"Pattern9","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Pattern9","nameWithType":"MaterialPattern.Preset.Pattern9","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","remarks":null,"summary":null,"syntax":{"content":"Pattern9 = 9","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialPattern.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern9"},{"children":null,"id":"Pattern10","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Pattern10","nameWithType":"MaterialPattern.Preset.Pattern10","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","remarks":null,"summary":null,"syntax":{"content":"Pattern10 = 10","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialPattern.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern10"},{"children":null,"id":"Pattern11","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Pattern11","nameWithType":"MaterialPattern.Preset.Pattern11","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","remarks":null,"summary":null,"syntax":{"content":"Pattern11 = 11","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialPattern.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern11"},{"children":null,"id":"Pattern12","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Pattern12","nameWithType":"MaterialPattern.Preset.Pattern12","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","remarks":null,"summary":null,"syntax":{"content":"Pattern12 = 12","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialPattern.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern12"},{"children":null,"id":"Pattern13","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Pattern13","nameWithType":"MaterialPattern.Preset.Pattern13","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","remarks":null,"summary":null,"syntax":{"content":"Pattern13 = 13","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialPattern.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern13"},{"children":null,"id":"Pattern14","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Pattern14","nameWithType":"MaterialPattern.Preset.Pattern14","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","remarks":null,"summary":null,"syntax":{"content":"Pattern14 = 14","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialPattern.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern14"},{"children":null,"id":"Pattern15","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Pattern15","nameWithType":"MaterialPattern.Preset.Pattern15","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern.Preset","remarks":null,"summary":null,"syntax":{"content":"Pattern15 = 15","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialPattern.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.Preset.Pattern15"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialPattern.#ctor(Zigurous.Prototyping.MaterialPattern.Preset,Texture2D,Texture2D,Texture2D)","Zigurous.Prototyping.MaterialPattern.emissionMap","Zigurous.Prototyping.MaterialPattern.heightMap","Zigurous.Prototyping.MaterialPattern.normalMap","Zigurous.Prototyping.MaterialPattern.preset"],"id":"MaterialPattern","implements":null,"inheritance":null,"inheritedMembers":null,"name":"MaterialPattern","nameWithType":"MaterialPattern","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","remarks":null,"summary":"\nA material pattern, defined by a texture asset.\n","syntax":{"content":"[Serializable]\npublic struct MaterialPattern","parameters":null,"return":null,"typeParameters":null},"type":"Struct","uid":"Zigurous.Prototyping.MaterialPattern"},{"children":null,"id":"preset","implements":null,"inheritance":null,"inheritedMembers":null,"name":"preset","nameWithType":"MaterialPattern.preset","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern","remarks":null,"summary":"\nThe preset enumeration value of the pattern.\n","syntax":{"content":"public MaterialPattern.Preset preset","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialPattern.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.preset"},{"children":null,"id":"emissionMap","implements":null,"inheritance":null,"inheritedMembers":null,"name":"emissionMap","nameWithType":"MaterialPattern.emissionMap","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern","remarks":null,"summary":"\nThe emission map texture of the pattern.\n","syntax":{"content":"public Texture2D emissionMap","parameters":null,"return":{"description":null,"type":"Global.Texture2D"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.emissionMap"},{"children":null,"id":"normalMap","implements":null,"inheritance":null,"inheritedMembers":null,"name":"normalMap","nameWithType":"MaterialPattern.normalMap","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern","remarks":null,"summary":"\nThe normal map texture of the pattern.\n","syntax":{"content":"public Texture2D normalMap","parameters":null,"return":{"description":null,"type":"Global.Texture2D"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.normalMap"},{"children":null,"id":"heightMap","implements":null,"inheritance":null,"inheritedMembers":null,"name":"heightMap","nameWithType":"MaterialPattern.heightMap","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern","remarks":null,"summary":"\nThe height map texture of the pattern.\n","syntax":{"content":"public Texture2D heightMap","parameters":null,"return":{"description":null,"type":"Global.Texture2D"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialPattern.heightMap"},{"children":null,"id":"#ctor(Zigurous.Prototyping.MaterialPattern.Preset,Texture2D,Texture2D,Texture2D)","implements":null,"inheritance":null,"inheritedMembers":null,"name":"MaterialPattern(MaterialPattern.Preset, Texture2D, Texture2D, Texture2D)","nameWithType":"MaterialPattern.MaterialPattern(MaterialPattern.Preset, Texture2D, Texture2D, Texture2D)","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPattern","remarks":null,"summary":"\nCreates a new material pattern with the specified preset.\n","syntax":{"content":"public MaterialPattern(MaterialPattern.Preset preset, Texture2D emissionMap = null, Texture2D normalMap = null, Texture2D heightMap = null)","parameters":[{"description":"The preset enumeration value of the pattern.","id":"preset","type":"Zigurous.Prototyping.MaterialPattern.Preset"},{"description":"The emission map texture of the pattern.","id":"emissionMap","type":"Global.Texture2D"},{"description":"The normal map texture of the pattern.","id":"normalMap","type":"Global.Texture2D"},{"description":"The height map texture of the pattern.","id":"heightMap","type":"Global.Texture2D"}],"return":null,"typeParameters":null},"type":"Constructor","uid":"Zigurous.Prototyping.MaterialPattern.#ctor(Zigurous.Prototyping.MaterialPattern.Preset,Texture2D,Texture2D,Texture2D)"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialPatternPalette.GetPattern(Zigurous.Prototyping.MaterialPattern.Preset)","Zigurous.Prototyping.MaterialPatternPalette.patterns"],"id":"MaterialPatternPalette","implements":null,"inheritance":["System.Object"],"inheritedMembers":null,"name":"MaterialPatternPalette","nameWithType":"MaterialPatternPalette","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","remarks":null,"summary":"\nA collection of material pattern presets.\n","syntax":{"content":"public sealed class MaterialPatternPalette : ScriptableObject","parameters":null,"return":null,"typeParameters":null},"type":"Class","uid":"Zigurous.Prototyping.MaterialPatternPalette"},{"children":null,"id":"patterns","implements":null,"inheritance":null,"inheritedMembers":null,"name":"patterns","nameWithType":"MaterialPatternPalette.patterns","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPatternPalette","remarks":null,"summary":"\nThe available patterns in the palette.\n","syntax":{"content":"public MaterialPattern[] patterns","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialPattern[]"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialPatternPalette.patterns"},{"children":null,"id":"GetPattern(Zigurous.Prototyping.MaterialPattern.Preset)","implements":null,"inheritance":null,"inheritedMembers":null,"name":"GetPattern(MaterialPattern.Preset)","nameWithType":"MaterialPatternPalette.GetPattern(MaterialPattern.Preset)","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialPatternPalette","remarks":null,"summary":"\nGets the material pattern for the given preset.\n","syntax":{"content":"public MaterialPattern GetPattern(MaterialPattern.Preset preset)","parameters":[{"description":"The preset to get the material pattern for.","id":"preset","type":"Zigurous.Prototyping.MaterialPattern.Preset"}],"return":{"description":"The material pattern for the given preset.","type":"Zigurous.Prototyping.MaterialPattern"},"typeParameters":null},"type":"Method","uid":"Zigurous.Prototyping.MaterialPatternPalette.GetPattern(Zigurous.Prototyping.MaterialPattern.Preset)"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialSelector.Apply(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)"],"id":"MaterialSelector","implements":null,"inheritance":["System.Object","Zigurous.Prototyping.MaterialSelectorBase"],"inheritedMembers":["Zigurous.Prototyping.MaterialSelectorBase.m_Style","Zigurous.Prototyping.MaterialSelectorBase.m_Pattern","Zigurous.Prototyping.MaterialSelectorBase.m_Styles","Zigurous.Prototyping.MaterialSelectorBase.m_Patterns","Zigurous.Prototyping.MaterialSelectorBase.style","Zigurous.Prototyping.MaterialSelectorBase.styles","Zigurous.Prototyping.MaterialSelectorBase.pattern","Zigurous.Prototyping.MaterialSelectorBase.patterns","Zigurous.Prototyping.MaterialSelectorBase.Apply(Zigurous.Prototyping.MaterialStyle.Preset,Zigurous.Prototyping.MaterialPattern.Preset)","Zigurous.Prototyping.MaterialSelectorBase.Apply"],"name":"MaterialSelector","nameWithType":"MaterialSelector","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","remarks":null,"summary":"\nAssigns a renderer's material from a preset list of options.\n","syntax":{"content":"public sealed class MaterialSelector : MaterialSelectorBase","parameters":null,"return":null,"typeParameters":null},"type":"Class","uid":"Zigurous.Prototyping.MaterialSelector"},{"children":null,"id":"Apply(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Apply(MaterialStyle, MaterialPattern)","nameWithType":"MaterialSelector.Apply(MaterialStyle, MaterialPattern)","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelector","remarks":null,"summary":"\nApplies the selected style and pattern to the renderer.\n","syntax":{"content":"public override void Apply(MaterialStyle style, MaterialPattern pattern)","parameters":[{"description":"The style to apply.","id":"style","type":"Zigurous.Prototyping.MaterialStyle"},{"description":"The pattern to apply.","id":"pattern","type":"Zigurous.Prototyping.MaterialPattern"}],"return":null,"typeParameters":null},"type":"Method","uid":"Zigurous.Prototyping.MaterialSelector.Apply(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialSelectorBase.Apply","Zigurous.Prototyping.MaterialSelectorBase.Apply(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)","Zigurous.Prototyping.MaterialSelectorBase.Apply(Zigurous.Prototyping.MaterialStyle.Preset,Zigurous.Prototyping.MaterialPattern.Preset)","Zigurous.Prototyping.MaterialSelectorBase.m_Pattern","Zigurous.Prototyping.MaterialSelectorBase.m_Patterns","Zigurous.Prototyping.MaterialSelectorBase.m_Style","Zigurous.Prototyping.MaterialSelectorBase.m_Styles","Zigurous.Prototyping.MaterialSelectorBase.pattern","Zigurous.Prototyping.MaterialSelectorBase.patterns","Zigurous.Prototyping.MaterialSelectorBase.style","Zigurous.Prototyping.MaterialSelectorBase.styles"],"id":"MaterialSelectorBase","implements":null,"inheritance":["System.Object"],"inheritedMembers":null,"name":"MaterialSelectorBase","nameWithType":"MaterialSelectorBase","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","remarks":null,"summary":"\nAssigns a renderer's material from a preset list of options.\n","syntax":{"content":"public abstract class MaterialSelectorBase : MonoBehaviour","parameters":null,"return":null,"typeParameters":null},"type":"Class","uid":"Zigurous.Prototyping.MaterialSelectorBase"},{"children":null,"id":"m_Style","implements":null,"inheritance":null,"inheritedMembers":null,"name":"m_Style","nameWithType":"MaterialSelectorBase.m_Style","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorBase","remarks":null,"summary":null,"syntax":{"content":"protected MaterialStyle.Preset m_Style","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialSelectorBase.m_Style"},{"children":null,"id":"m_Pattern","implements":null,"inheritance":null,"inheritedMembers":null,"name":"m_Pattern","nameWithType":"MaterialSelectorBase.m_Pattern","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorBase","remarks":null,"summary":null,"syntax":{"content":"protected MaterialPattern.Preset m_Pattern","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialPattern.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialSelectorBase.m_Pattern"},{"children":null,"id":"m_Styles","implements":null,"inheritance":null,"inheritedMembers":null,"name":"m_Styles","nameWithType":"MaterialSelectorBase.m_Styles","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorBase","remarks":null,"summary":null,"syntax":{"content":"protected MaterialStylePalette m_Styles","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStylePalette"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialSelectorBase.m_Styles"},{"children":null,"id":"m_Patterns","implements":null,"inheritance":null,"inheritedMembers":null,"name":"m_Patterns","nameWithType":"MaterialSelectorBase.m_Patterns","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorBase","remarks":null,"summary":null,"syntax":{"content":"protected MaterialPatternPalette m_Patterns","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialPatternPalette"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialSelectorBase.m_Patterns"},{"children":null,"id":"style","implements":null,"inheritance":null,"inheritedMembers":null,"name":"style","nameWithType":"MaterialSelectorBase.style","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorBase","remarks":null,"summary":"\nThe selected style preset.\n","syntax":{"content":"public MaterialStyle.Preset style { get; set; }","parameters":[],"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Property","uid":"Zigurous.Prototyping.MaterialSelectorBase.style"},{"children":null,"id":"styles","implements":null,"inheritance":null,"inheritedMembers":null,"name":"styles","nameWithType":"MaterialSelectorBase.styles","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorBase","remarks":null,"summary":"\nThe palette of available styles.\n","syntax":{"content":"public MaterialStylePalette styles { get; set; }","parameters":[],"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStylePalette"},"typeParameters":null},"type":"Property","uid":"Zigurous.Prototyping.MaterialSelectorBase.styles"},{"children":null,"id":"pattern","implements":null,"inheritance":null,"inheritedMembers":null,"name":"pattern","nameWithType":"MaterialSelectorBase.pattern","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorBase","remarks":null,"summary":"\nThe selected pattern preset.\n","syntax":{"content":"public MaterialPattern.Preset pattern { get; set; }","parameters":[],"return":{"description":null,"type":"Zigurous.Prototyping.MaterialPattern.Preset"},"typeParameters":null},"type":"Property","uid":"Zigurous.Prototyping.MaterialSelectorBase.pattern"},{"children":null,"id":"patterns","implements":null,"inheritance":null,"inheritedMembers":null,"name":"patterns","nameWithType":"MaterialSelectorBase.patterns","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorBase","remarks":null,"summary":"\nThe palette of available patterns.\n","syntax":{"content":"public MaterialPatternPalette patterns { get; set; }","parameters":[],"return":{"description":null,"type":"Zigurous.Prototyping.MaterialPatternPalette"},"typeParameters":null},"type":"Property","uid":"Zigurous.Prototyping.MaterialSelectorBase.patterns"},{"children":null,"id":"Apply(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Apply(MaterialStyle, MaterialPattern)","nameWithType":"MaterialSelectorBase.Apply(MaterialStyle, MaterialPattern)","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorBase","remarks":null,"summary":"\nApplies the selected style and pattern to the renderer.\n","syntax":{"content":"public abstract void Apply(MaterialStyle style, MaterialPattern pattern)","parameters":[{"description":"The style to apply.","id":"style","type":"Zigurous.Prototyping.MaterialStyle"},{"description":"The pattern to apply.","id":"pattern","type":"Zigurous.Prototyping.MaterialPattern"}],"return":null,"typeParameters":null},"type":"Method","uid":"Zigurous.Prototyping.MaterialSelectorBase.Apply(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)"},{"children":null,"id":"Apply(Zigurous.Prototyping.MaterialStyle.Preset,Zigurous.Prototyping.MaterialPattern.Preset)","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Apply(MaterialStyle.Preset, MaterialPattern.Preset)","nameWithType":"MaterialSelectorBase.Apply(MaterialStyle.Preset, MaterialPattern.Preset)","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorBase","remarks":null,"summary":"\nApplies the preset style and pattern to the object.\n","syntax":{"content":"public void Apply(MaterialStyle.Preset stylePreset, MaterialPattern.Preset patternPreset)","parameters":[{"description":"The style preset to apply.","id":"stylePreset","type":"Zigurous.Prototyping.MaterialStyle.Preset"},{"description":"The pattern preset to apply.","id":"patternPreset","type":"Zigurous.Prototyping.MaterialPattern.Preset"}],"return":null,"typeParameters":null},"type":"Method","uid":"Zigurous.Prototyping.MaterialSelectorBase.Apply(Zigurous.Prototyping.MaterialStyle.Preset,Zigurous.Prototyping.MaterialPattern.Preset)"},{"children":null,"id":"Apply","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Apply()","nameWithType":"MaterialSelectorBase.Apply()","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorBase","remarks":null,"summary":"\nApplies the current style and pattern to the object.\n","syntax":{"content":"public void Apply()","parameters":null,"return":null,"typeParameters":null},"type":"Method","uid":"Zigurous.Prototyping.MaterialSelectorBase.Apply"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialSelectorGroup.Apply(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)"],"id":"MaterialSelectorGroup","implements":null,"inheritance":["System.Object","Zigurous.Prototyping.MaterialSelectorBase"],"inheritedMembers":["Zigurous.Prototyping.MaterialSelectorBase.m_Style","Zigurous.Prototyping.MaterialSelectorBase.m_Pattern","Zigurous.Prototyping.MaterialSelectorBase.m_Styles","Zigurous.Prototyping.MaterialSelectorBase.m_Patterns","Zigurous.Prototyping.MaterialSelectorBase.style","Zigurous.Prototyping.MaterialSelectorBase.styles","Zigurous.Prototyping.MaterialSelectorBase.pattern","Zigurous.Prototyping.MaterialSelectorBase.patterns","Zigurous.Prototyping.MaterialSelectorBase.Apply(Zigurous.Prototyping.MaterialStyle.Preset,Zigurous.Prototyping.MaterialPattern.Preset)","Zigurous.Prototyping.MaterialSelectorBase.Apply"],"name":"MaterialSelectorGroup","nameWithType":"MaterialSelectorGroup","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","remarks":null,"summary":"\nAssigns a group of renderers' materials from a preset list of options.\n","syntax":{"content":"public sealed class MaterialSelectorGroup : MaterialSelectorBase","parameters":null,"return":null,"typeParameters":null},"type":"Class","uid":"Zigurous.Prototyping.MaterialSelectorGroup"},{"children":null,"id":"Apply(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Apply(MaterialStyle, MaterialPattern)","nameWithType":"MaterialSelectorGroup.Apply(MaterialStyle, MaterialPattern)","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorGroup","remarks":null,"summary":"\nApplies the selected style and pattern to the renderer.\n","syntax":{"content":"public override void Apply(MaterialStyle style, MaterialPattern pattern)","parameters":[{"description":"The style to apply.","id":"style","type":"Zigurous.Prototyping.MaterialStyle"},{"description":"The pattern to apply.","id":"pattern","type":"Zigurous.Prototyping.MaterialPattern"}],"return":null,"typeParameters":null},"type":"Method","uid":"Zigurous.Prototyping.MaterialSelectorGroup.Apply(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialSelectorRenderer.Apply(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)","Zigurous.Prototyping.MaterialSelectorRenderer.CreateMaterial(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)","Zigurous.Prototyping.MaterialSelectorRenderer.renderer"],"id":"MaterialSelectorRenderer","implements":null,"inheritance":["System.Object"],"inheritedMembers":null,"name":"MaterialSelectorRenderer","nameWithType":"MaterialSelectorRenderer","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","remarks":null,"summary":"\nApplies a material style and pattern to a renderer.\n","syntax":{"content":"public sealed class MaterialSelectorRenderer : MonoBehaviour","parameters":null,"return":null,"typeParameters":null},"type":"Class","uid":"Zigurous.Prototyping.MaterialSelectorRenderer"},{"children":null,"id":"renderer","implements":null,"inheritance":null,"inheritedMembers":null,"name":"renderer","nameWithType":"MaterialSelectorRenderer.renderer","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorRenderer","remarks":null,"summary":"\nThe renderer that holds the material being selected (Read only).\n","syntax":{"content":"public Renderer renderer { get; }","parameters":[],"return":{"description":null,"type":"Global.Renderer"},"typeParameters":null},"type":"Property","uid":"Zigurous.Prototyping.MaterialSelectorRenderer.renderer"},{"children":null,"id":"Apply(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Apply(MaterialStyle, MaterialPattern)","nameWithType":"MaterialSelectorRenderer.Apply(MaterialStyle, MaterialPattern)","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorRenderer","remarks":null,"summary":"\nApplies the selected style and pattern to the renderer.\n","syntax":{"content":"public void Apply(MaterialStyle style, MaterialPattern pattern)","parameters":[{"description":"The style to apply.","id":"style","type":"Zigurous.Prototyping.MaterialStyle"},{"description":"The pattern to apply.","id":"pattern","type":"Zigurous.Prototyping.MaterialPattern"}],"return":null,"typeParameters":null},"type":"Method","uid":"Zigurous.Prototyping.MaterialSelectorRenderer.Apply(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)"},{"children":null,"id":"CreateMaterial(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)","implements":null,"inheritance":null,"inheritedMembers":null,"name":"CreateMaterial(MaterialStyle, MaterialPattern)","nameWithType":"MaterialSelectorRenderer.CreateMaterial(MaterialStyle, MaterialPattern)","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialSelectorRenderer","remarks":null,"summary":"\nCreates a material from the selected style and pattern.\n","syntax":{"content":"public Material CreateMaterial(MaterialStyle style, MaterialPattern pattern)","parameters":[{"description":"The style to apply.","id":"style","type":"Zigurous.Prototyping.MaterialStyle"},{"description":"The pattern to apply.","id":"pattern","type":"Zigurous.Prototyping.MaterialPattern"}],"return":{"description":"The created material.","type":"Global.Material"},"typeParameters":null},"type":"Method","uid":"Zigurous.Prototyping.MaterialSelectorRenderer.CreateMaterial(Zigurous.Prototyping.MaterialStyle,Zigurous.Prototyping.MaterialPattern)"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialStyle.Preset.Azure","Zigurous.Prototyping.MaterialStyle.Preset.Black","Zigurous.Prototyping.MaterialStyle.Preset.Blue","Zigurous.Prototyping.MaterialStyle.Preset.Brown","Zigurous.Prototyping.MaterialStyle.Preset.Custom1","Zigurous.Prototyping.MaterialStyle.Preset.Custom2","Zigurous.Prototyping.MaterialStyle.Preset.Custom3","Zigurous.Prototyping.MaterialStyle.Preset.Custom4","Zigurous.Prototyping.MaterialStyle.Preset.Custom5","Zigurous.Prototyping.MaterialStyle.Preset.Cyan","Zigurous.Prototyping.MaterialStyle.Preset.DarkGray","Zigurous.Prototyping.MaterialStyle.Preset.Glass","Zigurous.Prototyping.MaterialStyle.Preset.Gray","Zigurous.Prototyping.MaterialStyle.Preset.Green","Zigurous.Prototyping.MaterialStyle.Preset.Indigo","Zigurous.Prototyping.MaterialStyle.Preset.LightGray","Zigurous.Prototyping.MaterialStyle.Preset.Lime","Zigurous.Prototyping.MaterialStyle.Preset.Magenta","Zigurous.Prototyping.MaterialStyle.Preset.None","Zigurous.Prototyping.MaterialStyle.Preset.Orange","Zigurous.Prototyping.MaterialStyle.Preset.Pink","Zigurous.Prototyping.MaterialStyle.Preset.Purple","Zigurous.Prototyping.MaterialStyle.Preset.Red","Zigurous.Prototyping.MaterialStyle.Preset.Teal","Zigurous.Prototyping.MaterialStyle.Preset.White","Zigurous.Prototyping.MaterialStyle.Preset.Yellow"],"id":"MaterialStyle.Preset","implements":null,"inheritance":null,"inheritedMembers":null,"name":"MaterialStyle.Preset","nameWithType":"MaterialStyle.Preset","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","remarks":null,"summary":"\nAn enumerated preset of material styles.\n","syntax":{"content":"public enum Preset","parameters":null,"return":null,"typeParameters":null},"type":"Enum","uid":"Zigurous.Prototyping.MaterialStyle.Preset"},{"children":null,"id":"None","implements":null,"inheritance":null,"inheritedMembers":null,"name":"None","nameWithType":"MaterialStyle.Preset.None","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"None = 0","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.None"},{"children":null,"id":"Glass","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Glass","nameWithType":"MaterialStyle.Preset.Glass","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"Glass = 1","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Glass"},{"children":null,"id":"Black","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Black","nameWithType":"MaterialStyle.Preset.Black","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"Black = 2","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Black"},{"children":null,"id":"White","implements":null,"inheritance":null,"inheritedMembers":null,"name":"White","nameWithType":"MaterialStyle.Preset.White","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"White = 3","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.White"},{"children":null,"id":"Gray","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Gray","nameWithType":"MaterialStyle.Preset.Gray","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"Gray = 4","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Gray"},{"children":null,"id":"DarkGray","implements":null,"inheritance":null,"inheritedMembers":null,"name":"DarkGray","nameWithType":"MaterialStyle.Preset.DarkGray","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"DarkGray = 5","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.DarkGray"},{"children":null,"id":"LightGray","implements":null,"inheritance":null,"inheritedMembers":null,"name":"LightGray","nameWithType":"MaterialStyle.Preset.LightGray","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"LightGray = 6","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.LightGray"},{"children":null,"id":"Brown","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Brown","nameWithType":"MaterialStyle.Preset.Brown","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"Brown = 7","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Brown"},{"children":null,"id":"Red","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Red","nameWithType":"MaterialStyle.Preset.Red","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"Red = 8","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Red"},{"children":null,"id":"Orange","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Orange","nameWithType":"MaterialStyle.Preset.Orange","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"Orange = 9","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Orange"},{"children":null,"id":"Yellow","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Yellow","nameWithType":"MaterialStyle.Preset.Yellow","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"Yellow = 10","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Yellow"},{"children":null,"id":"Lime","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Lime","nameWithType":"MaterialStyle.Preset.Lime","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"Lime = 11","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Lime"},{"children":null,"id":"Green","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Green","nameWithType":"MaterialStyle.Preset.Green","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"Green = 12","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Green"},{"children":null,"id":"Teal","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Teal","nameWithType":"MaterialStyle.Preset.Teal","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"Teal = 13","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Teal"},{"children":null,"id":"Cyan","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Cyan","nameWithType":"MaterialStyle.Preset.Cyan","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"Cyan = 14","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Cyan"},{"children":null,"id":"Azure","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Azure","nameWithType":"MaterialStyle.Preset.Azure","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"Azure = 15","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Azure"},{"children":null,"id":"Blue","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Blue","nameWithType":"MaterialStyle.Preset.Blue","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"Blue = 16","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Blue"},{"children":null,"id":"Indigo","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Indigo","nameWithType":"MaterialStyle.Preset.Indigo","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"Indigo = 17","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Indigo"},{"children":null,"id":"Purple","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Purple","nameWithType":"MaterialStyle.Preset.Purple","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"Purple = 18","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Purple"},{"children":null,"id":"Magenta","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Magenta","nameWithType":"MaterialStyle.Preset.Magenta","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"Magenta = 19","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Magenta"},{"children":null,"id":"Pink","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Pink","nameWithType":"MaterialStyle.Preset.Pink","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"Pink = 20","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Pink"},{"children":null,"id":"Custom1","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Custom1","nameWithType":"MaterialStyle.Preset.Custom1","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"Custom1 = 21","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Custom1"},{"children":null,"id":"Custom2","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Custom2","nameWithType":"MaterialStyle.Preset.Custom2","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"Custom2 = 22","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Custom2"},{"children":null,"id":"Custom3","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Custom3","nameWithType":"MaterialStyle.Preset.Custom3","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"Custom3 = 23","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Custom3"},{"children":null,"id":"Custom4","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Custom4","nameWithType":"MaterialStyle.Preset.Custom4","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"Custom4 = 24","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Custom4"},{"children":null,"id":"Custom5","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Custom5","nameWithType":"MaterialStyle.Preset.Custom5","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle.Preset","remarks":null,"summary":null,"syntax":{"content":"Custom5 = 25","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.Preset.Custom5"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialStyle.#ctor(Zigurous.Prototyping.MaterialStyle.Preset,Color,System.Single,System.Single)","Zigurous.Prototyping.MaterialStyle.color","Zigurous.Prototyping.MaterialStyle.metallic","Zigurous.Prototyping.MaterialStyle.preset","Zigurous.Prototyping.MaterialStyle.smoothness"],"id":"MaterialStyle","implements":null,"inheritance":null,"inheritedMembers":null,"name":"MaterialStyle","nameWithType":"MaterialStyle","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","remarks":null,"summary":"\nA material style, defined by color, metallic, and smoothness values.\n","syntax":{"content":"[Serializable]\npublic struct MaterialStyle","parameters":null,"return":null,"typeParameters":null},"type":"Struct","uid":"Zigurous.Prototyping.MaterialStyle"},{"children":null,"id":"preset","implements":null,"inheritance":null,"inheritedMembers":null,"name":"preset","nameWithType":"MaterialStyle.preset","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle","remarks":null,"summary":"\nThe preset enumeration value of the style.\n","syntax":{"content":"public MaterialStyle.Preset preset","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle.Preset"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.preset"},{"children":null,"id":"color","implements":null,"inheritance":null,"inheritedMembers":null,"name":"color","nameWithType":"MaterialStyle.color","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle","remarks":null,"summary":"\nThe color of the material style.\n","syntax":{"content":"public Color color","parameters":null,"return":{"description":null,"type":"Global.Color"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.color"},{"children":null,"id":"metallic","implements":null,"inheritance":null,"inheritedMembers":null,"name":"metallic","nameWithType":"MaterialStyle.metallic","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle","remarks":null,"summary":"\nThe metallic value of the material style.\n","syntax":{"content":"public float metallic","parameters":null,"return":{"description":null,"type":"System.Single"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.metallic"},{"children":null,"id":"smoothness","implements":null,"inheritance":null,"inheritedMembers":null,"name":"smoothness","nameWithType":"MaterialStyle.smoothness","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle","remarks":null,"summary":"\nThe smoothness value of the material style.\n","syntax":{"content":"public float smoothness","parameters":null,"return":{"description":null,"type":"System.Single"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStyle.smoothness"},{"children":null,"id":"#ctor(Zigurous.Prototyping.MaterialStyle.Preset,Color,System.Single,System.Single)","implements":null,"inheritance":null,"inheritedMembers":null,"name":"MaterialStyle(MaterialStyle.Preset, Color, Single, Single)","nameWithType":"MaterialStyle.MaterialStyle(MaterialStyle.Preset, Color, Single, Single)","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStyle","remarks":null,"summary":"\nCreates a new material style with the specified preset.\n","syntax":{"content":"public MaterialStyle(MaterialStyle.Preset preset, Color color = null, float metallic = 0F, float smoothness = 0F)","parameters":[{"description":"The preset enumeration value of the style.","id":"preset","type":"Zigurous.Prototyping.MaterialStyle.Preset"},{"description":"The color of the material style.","id":"color","type":"Global.Color"},{"description":"The metallic value of the material style.","id":"metallic","type":"System.Single"},{"description":"The smoothness value of the material style.","id":"smoothness","type":"System.Single"}],"return":null,"typeParameters":null},"type":"Constructor","uid":"Zigurous.Prototyping.MaterialStyle.#ctor(Zigurous.Prototyping.MaterialStyle.Preset,Color,System.Single,System.Single)"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialStylePalette.GetStyle(Zigurous.Prototyping.MaterialStyle.Preset)","Zigurous.Prototyping.MaterialStylePalette.styles"],"id":"MaterialStylePalette","implements":null,"inheritance":["System.Object"],"inheritedMembers":null,"name":"MaterialStylePalette","nameWithType":"MaterialStylePalette","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","remarks":null,"summary":"\nA collection of material style presets.\n","syntax":{"content":"public sealed class MaterialStylePalette : ScriptableObject","parameters":null,"return":null,"typeParameters":null},"type":"Class","uid":"Zigurous.Prototyping.MaterialStylePalette"},{"children":null,"id":"styles","implements":null,"inheritance":null,"inheritedMembers":null,"name":"styles","nameWithType":"MaterialStylePalette.styles","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStylePalette","remarks":null,"summary":"\nThe available styles in the palette.\n","syntax":{"content":"public MaterialStyle[] styles","parameters":null,"return":{"description":null,"type":"Zigurous.Prototyping.MaterialStyle[]"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialStylePalette.styles"},{"children":null,"id":"GetStyle(Zigurous.Prototyping.MaterialStyle.Preset)","implements":null,"inheritance":null,"inheritedMembers":null,"name":"GetStyle(MaterialStyle.Preset)","nameWithType":"MaterialStylePalette.GetStyle(MaterialStyle.Preset)","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialStylePalette","remarks":null,"summary":"\nGets the material style for the given preset.\n","syntax":{"content":"public MaterialStyle GetStyle(MaterialStyle.Preset preset)","parameters":[{"description":"The preset to get the material style for.","id":"preset","type":"Zigurous.Prototyping.MaterialStyle.Preset"}],"return":{"description":"The material style for the given preset.","type":"Zigurous.Prototyping.MaterialStyle"},"typeParameters":null},"type":"Method","uid":"Zigurous.Prototyping.MaterialStylePalette.GetStyle(Zigurous.Prototyping.MaterialStyle.Preset)"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialTiling.UpdateMaterials","Zigurous.Prototyping.MaterialTiling.UpdateMaterialsInEditor"],"id":"MaterialTiling","implements":null,"inheritance":["System.Object","Zigurous.Prototyping.MaterialTilingBase"],"inheritedMembers":["Zigurous.Prototyping.MaterialTilingBase.renderer","Zigurous.Prototyping.MaterialTilingBase.tilingOffset","Zigurous.Prototyping.MaterialTilingBase.scaleMultiplier","Zigurous.Prototyping.MaterialTilingBase.autoUpdate","Zigurous.Prototyping.MaterialTilingBase.Tile","Zigurous.Prototyping.MaterialTilingBase.ForceUpdate","Zigurous.Prototyping.MaterialTilingBase.SetTextureScale(Material,Vector2)"],"name":"MaterialTiling","nameWithType":"MaterialTiling","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","remarks":null,"summary":"\nAutomatically tiles the materials of an object based on its scale.\n","syntax":{"content":"public class MaterialTiling : MaterialTilingBase","parameters":null,"return":null,"typeParameters":null},"type":"Class","uid":"Zigurous.Prototyping.MaterialTiling"},{"children":null,"id":"UpdateMaterials","implements":null,"inheritance":null,"inheritedMembers":null,"name":"UpdateMaterials()","nameWithType":"MaterialTiling.UpdateMaterials()","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTiling","remarks":null,"summary":"\nUpdates the materials of the object.\n","syntax":{"content":"protected override void UpdateMaterials()","parameters":null,"return":null,"typeParameters":null},"type":"Method","uid":"Zigurous.Prototyping.MaterialTiling.UpdateMaterials"},{"children":null,"id":"UpdateMaterialsInEditor","implements":null,"inheritance":null,"inheritedMembers":null,"name":"UpdateMaterialsInEditor()","nameWithType":"MaterialTiling.UpdateMaterialsInEditor()","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTiling","remarks":null,"summary":"\nUpdates the materials of the object while running in the editor.\n","syntax":{"content":"protected override void UpdateMaterialsInEditor()","parameters":null,"return":null,"typeParameters":null},"type":"Method","uid":"Zigurous.Prototyping.MaterialTiling.UpdateMaterialsInEditor"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialTilingBase.autoUpdate","Zigurous.Prototyping.MaterialTilingBase.ForceUpdate","Zigurous.Prototyping.MaterialTilingBase.renderer","Zigurous.Prototyping.MaterialTilingBase.scaleMultiplier","Zigurous.Prototyping.MaterialTilingBase.SetTextureScale(Material,Vector2)","Zigurous.Prototyping.MaterialTilingBase.Tile","Zigurous.Prototyping.MaterialTilingBase.tilingOffset","Zigurous.Prototyping.MaterialTilingBase.UpdateMaterials","Zigurous.Prototyping.MaterialTilingBase.UpdateMaterialsInEditor"],"id":"MaterialTilingBase","implements":null,"inheritance":["System.Object"],"inheritedMembers":null,"name":"MaterialTilingBase","nameWithType":"MaterialTilingBase","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","remarks":null,"summary":"\nAutomatically tiles the materials of an object based on its scale.\n","syntax":{"content":"public abstract class MaterialTilingBase : MonoBehaviour","parameters":null,"return":null,"typeParameters":null},"type":"Class","uid":"Zigurous.Prototyping.MaterialTilingBase"},{"children":null,"id":"renderer","implements":null,"inheritance":null,"inheritedMembers":null,"name":"renderer","nameWithType":"MaterialTilingBase.renderer","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTilingBase","remarks":null,"summary":"\nThe renderer component of the material being tiled (Read only).\n","syntax":{"content":"public Renderer renderer { get; }","parameters":[],"return":{"description":null,"type":"Global.Renderer"},"typeParameters":null},"type":"Property","uid":"Zigurous.Prototyping.MaterialTilingBase.renderer"},{"children":null,"id":"tilingOffset","implements":null,"inheritance":null,"inheritedMembers":null,"name":"tilingOffset","nameWithType":"MaterialTilingBase.tilingOffset","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTilingBase","remarks":null,"summary":"\nThe texture tiling offset of the material being tiled.\n","syntax":{"content":"public Vector3 tilingOffset","parameters":null,"return":{"description":null,"type":"Global.Vector3"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialTilingBase.tilingOffset"},{"children":null,"id":"scaleMultiplier","implements":null,"inheritance":null,"inheritedMembers":null,"name":"scaleMultiplier","nameWithType":"MaterialTilingBase.scaleMultiplier","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTilingBase","remarks":null,"summary":"\nThe texture scale multiplier of the material being tiled.\n","syntax":{"content":"public float scaleMultiplier","parameters":null,"return":{"description":null,"type":"System.Single"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialTilingBase.scaleMultiplier"},{"children":null,"id":"autoUpdate","implements":null,"inheritance":null,"inheritedMembers":null,"name":"autoUpdate","nameWithType":"MaterialTilingBase.autoUpdate","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTilingBase","remarks":null,"summary":"\nWhether the material texture(s) are tiled automatically when the\ntransform changes.\n","syntax":{"content":"public bool autoUpdate","parameters":null,"return":{"description":null,"type":"System.Boolean"},"typeParameters":null},"type":"Field","uid":"Zigurous.Prototyping.MaterialTilingBase.autoUpdate"},{"children":null,"id":"Tile","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Tile()","nameWithType":"MaterialTilingBase.Tile()","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTilingBase","remarks":null,"summary":"\nTiles the materials of the object.\n","syntax":{"content":"public void Tile()","parameters":null,"return":null,"typeParameters":null},"type":"Method","uid":"Zigurous.Prototyping.MaterialTilingBase.Tile"},{"children":null,"id":"ForceUpdate","implements":null,"inheritance":null,"inheritedMembers":null,"name":"ForceUpdate()","nameWithType":"MaterialTilingBase.ForceUpdate()","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTilingBase","remarks":null,"summary":"\nForces the materials to be updated.\n","syntax":{"content":"public void ForceUpdate()","parameters":null,"return":null,"typeParameters":null},"type":"Method","uid":"Zigurous.Prototyping.MaterialTilingBase.ForceUpdate"},{"children":null,"id":"SetTextureScale(Material,Vector2)","implements":null,"inheritance":null,"inheritedMembers":null,"name":"SetTextureScale(Material, Vector2)","nameWithType":"MaterialTilingBase.SetTextureScale(Material, Vector2)","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTilingBase","remarks":null,"summary":"\nSets the texture scale of a material.\n","syntax":{"content":"protected void SetTextureScale(Material material, Vector2 scale)","parameters":[{"description":"The material to set the texture scale of.","id":"material","type":"Global.Material"},{"description":"The texture scale to set.","id":"scale","type":"Global.Vector2"}],"return":null,"typeParameters":null},"type":"Method","uid":"Zigurous.Prototyping.MaterialTilingBase.SetTextureScale(Material,Vector2)"},{"children":null,"id":"UpdateMaterials","implements":null,"inheritance":null,"inheritedMembers":null,"name":"UpdateMaterials()","nameWithType":"MaterialTilingBase.UpdateMaterials()","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTilingBase","remarks":null,"summary":"\nUpdates the materials of the object.\n","syntax":{"content":"protected abstract void UpdateMaterials()","parameters":null,"return":null,"typeParameters":null},"type":"Method","uid":"Zigurous.Prototyping.MaterialTilingBase.UpdateMaterials"},{"children":null,"id":"UpdateMaterialsInEditor","implements":null,"inheritance":null,"inheritedMembers":null,"name":"UpdateMaterialsInEditor()","nameWithType":"MaterialTilingBase.UpdateMaterialsInEditor()","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTilingBase","remarks":null,"summary":"\nUpdates the materials of the object while running in the editor.\n","syntax":{"content":"protected abstract void UpdateMaterialsInEditor()","parameters":null,"return":null,"typeParameters":null},"type":"Method","uid":"Zigurous.Prototyping.MaterialTilingBase.UpdateMaterialsInEditor"}]},{"items":[{"children":["Zigurous.Prototyping.MaterialTilingCube.UpdateMaterials","Zigurous.Prototyping.MaterialTilingCube.UpdateMaterialsInEditor"],"id":"MaterialTilingCube","implements":null,"inheritance":["System.Object","Zigurous.Prototyping.MaterialTilingBase"],"inheritedMembers":["Zigurous.Prototyping.MaterialTilingBase.renderer","Zigurous.Prototyping.MaterialTilingBase.tilingOffset","Zigurous.Prototyping.MaterialTilingBase.scaleMultiplier","Zigurous.Prototyping.MaterialTilingBase.autoUpdate","Zigurous.Prototyping.MaterialTilingBase.Tile","Zigurous.Prototyping.MaterialTilingBase.ForceUpdate","Zigurous.Prototyping.MaterialTilingBase.SetTextureScale(Material,Vector2)"],"name":"MaterialTilingCube","nameWithType":"MaterialTilingCube","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping","remarks":null,"summary":"\nAutomatically tiles the materials of a cube based on its scale.\n","syntax":{"content":"public sealed class MaterialTilingCube : MaterialTilingBase","parameters":null,"return":null,"typeParameters":null},"type":"Class","uid":"Zigurous.Prototyping.MaterialTilingCube"},{"children":null,"id":"UpdateMaterials","implements":null,"inheritance":null,"inheritedMembers":null,"name":"UpdateMaterials()","nameWithType":"MaterialTilingCube.UpdateMaterials()","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTilingCube","remarks":null,"summary":"\nUpdates the materials of the object.\n","syntax":{"content":"protected override void UpdateMaterials()","parameters":null,"return":null,"typeParameters":null},"type":"Method","uid":"Zigurous.Prototyping.MaterialTilingCube.UpdateMaterials"},{"children":null,"id":"UpdateMaterialsInEditor","implements":null,"inheritance":null,"inheritedMembers":null,"name":"UpdateMaterialsInEditor()","nameWithType":"MaterialTilingCube.UpdateMaterialsInEditor()","namespace":"Zigurous.Prototyping","parent":"Zigurous.Prototyping.MaterialTilingCube","remarks":null,"summary":"\nUpdates the materials of the object while running in the editor.\n","syntax":{"content":"protected override void UpdateMaterialsInEditor()","parameters":null,"return":null,"typeParameters":null},"type":"Method","uid":"Zigurous.Prototyping.MaterialTilingCube.UpdateMaterialsInEditor"}]},{"items":[{"children":["Zigurous.Prototyping.GridAlignment","Zigurous.Prototyping.MaterialPattern","Zigurous.Prototyping.MaterialPattern.Preset","Zigurous.Prototyping.MaterialPatternPalette","Zigurous.Prototyping.MaterialSelector","Zigurous.Prototyping.MaterialSelectorBase","Zigurous.Prototyping.MaterialSelectorGroup","Zigurous.Prototyping.MaterialSelectorRenderer","Zigurous.Prototyping.MaterialStyle","Zigurous.Prototyping.MaterialStyle.Preset","Zigurous.Prototyping.MaterialStylePalette","Zigurous.Prototyping.MaterialTiling","Zigurous.Prototyping.MaterialTilingBase","Zigurous.Prototyping.MaterialTilingCube"],"id":"Zigurous.Prototyping","implements":null,"inheritance":null,"inheritedMembers":null,"name":"Zigurous.Prototyping","nameWithType":"Zigurous.Prototyping","namespace":null,"parent":null,"remarks":null,"summary":null,"syntax":null,"type":"Namespace","uid":"Zigurous.Prototyping"}]}]}}} \ No newline at end of file diff --git a/com.zigurous.prototyping/sitemap/sitemap-0.xml b/com.zigurous.prototyping/sitemap/sitemap-0.xml index 2d5d544d03..d5b37ef68e 100644 --- a/com.zigurous.prototyping/sitemap/sitemap-0.xml +++ b/com.zigurous.prototyping/sitemap/sitemap-0.xml @@ -1 +1 @@ -https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/GridAlignmentdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/GridAlignment/unitSizedaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/GridAlignment/positionIncrementdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/GridAlignment/scaleIncrementdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/GridAlignment/rotationIncrementdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/GridAlignment/AlignToGriddaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/GridAlignment/Snapdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Presetdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern0daily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern1daily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern2daily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern3daily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern4daily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern5daily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern6daily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern7daily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern8daily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern9daily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern10daily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern11daily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern12daily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern13daily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern14daily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern15daily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPatterndaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern/presetdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern/emissionMapdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern/normalMapdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern/heightMapdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern/ctordaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPatternPalettedaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPatternPalette/patternsdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPatternPalette/GetPatterndaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectordaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelector/Applydaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBasedaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/m_Styledaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/m_Patterndaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/m_Stylesdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/m_Patternsdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/styledaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/stylesdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/patterndaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/patternsdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/Applydaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorGroupdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorGroup/Applydaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorRendererdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorRenderer/rendererdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorRenderer/Applydaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorRenderer/CreateMaterialdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Presetdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Nonedaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Glassdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Blackdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Whitedaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Graydaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/DarkGraydaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/LightGraydaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Browndaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Reddaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Orangedaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Yellowdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Limedaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Greendaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Tealdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Cyandaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Azuredaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Bluedaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Indigodaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Purpledaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Magentadaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Pinkdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Custom1daily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Custom2daily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Custom3daily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Custom4daily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Custom5daily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyledaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle/presetdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle/colordaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle/metallicdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle/smoothnessdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle/ctordaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStylePalettedaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStylePalette/stylesdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStylePalette/GetStyledaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTiling/rendererdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTiling/scaleMultiplierdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTiling/autoUpdatedaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTiling/Tiledaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTiling/ForceUpdatedaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTiling/SetTextureScaledaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTiling/UpdateMaterialsdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTiling/UpdateMaterialsInEditordaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingCubedaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingCube/UpdateMaterialsdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingCube/UpdateMaterialsInEditordaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingPlanedaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingPlane/UpdateMaterialsdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingPlane/UpdateMaterialsInEditordaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingSpheredaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingSphere/UpdateMaterialsdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingSphere/UpdateMaterialsInEditordaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototypingdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/daily0.7https://docs.zigurous.com/com.zigurous.prototyping/apidaily0.7https://docs.zigurous.com/com.zigurous.prototyping/changelogdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/manualdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/installationdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/licensedaily0.7https://docs.zigurous.com/com.zigurous.prototyping/manual/materialsdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/manual/prefabsdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/manual/texturesdaily0.7 \ No newline at end of file +https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/GridAlignmentdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/GridAlignment/unitSizedaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/GridAlignment/positionIncrementdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/GridAlignment/scaleIncrementdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/GridAlignment/rotationIncrementdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/GridAlignment/AlignToGriddaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/GridAlignment/Snapdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Presetdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern0daily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern1daily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern2daily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern3daily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern4daily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern5daily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern6daily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern7daily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern8daily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern9daily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern10daily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern11daily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern12daily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern13daily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern14daily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern.Preset/Pattern15daily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPatterndaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern/presetdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern/emissionMapdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern/normalMapdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern/heightMapdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPattern/ctordaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPatternPalettedaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPatternPalette/patternsdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialPatternPalette/GetPatterndaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectordaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelector/Applydaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBasedaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/m_Styledaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/m_Patterndaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/m_Stylesdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/m_Patternsdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/styledaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/stylesdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/patterndaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/patternsdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorBase/Applydaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorGroupdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorGroup/Applydaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorRendererdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorRenderer/rendererdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorRenderer/Applydaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialSelectorRenderer/CreateMaterialdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Presetdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Nonedaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Glassdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Blackdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Whitedaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Graydaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/DarkGraydaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/LightGraydaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Browndaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Reddaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Orangedaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Yellowdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Limedaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Greendaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Tealdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Cyandaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Azuredaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Bluedaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Indigodaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Purpledaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Magentadaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Pinkdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Custom1daily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Custom2daily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Custom3daily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Custom4daily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle.Preset/Custom5daily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyledaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle/presetdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle/colordaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle/metallicdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle/smoothnessdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStyle/ctordaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStylePalettedaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStylePalette/stylesdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialStylePalette/GetStyledaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTiling/UpdateMaterialsdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTiling/UpdateMaterialsInEditordaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingBasedaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingBase/rendererdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingBase/tilingOffsetdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingBase/scaleMultiplierdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingBase/autoUpdatedaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingBase/Tiledaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingBase/ForceUpdatedaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingBase/SetTextureScaledaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingBase/UpdateMaterialsdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingBase/UpdateMaterialsInEditordaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingCubedaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingCube/UpdateMaterialsdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototyping/MaterialTilingCube/UpdateMaterialsInEditordaily0.7https://docs.zigurous.com/com.zigurous.prototyping/api/Zigurous.Prototypingdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/daily0.7https://docs.zigurous.com/com.zigurous.prototyping/apidaily0.7https://docs.zigurous.com/com.zigurous.prototyping/changelogdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/manualdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/installationdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/licensedaily0.7https://docs.zigurous.com/com.zigurous.prototyping/manual/materialsdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/manual/prefabsdaily0.7https://docs.zigurous.com/com.zigurous.prototyping/manual/texturesdaily0.7 \ No newline at end of file