Class ClearCoat
This extension defines a clear coating that can be layered on top of an existing glTF material definition.
Inherited Members
Namespace: Unity.Cloud.Gltfast.Objects
Assembly: Unity.Cloud.Gltfast.dll
Syntax
[MovedFrom(true, "GLTFast.Schema", "glTFast", null)]
public class ClearCoat
Properties
ClearcoatFactor
The clearcoat layer intensity.
Declaration
[JsonPropertyName("clearcoatFactor")]
public float ClearcoatFactor { get; set; }
Property Value
| Type | Description |
|---|---|
| float |
See Also
ClearcoatNormalTexture
The clearcoat normal map texture.
Declaration
[JsonPropertyName("clearcoatNormalTexture")]
public NormalTextureInfo ClearcoatNormalTexture { get; set; }
Property Value
| Type | Description |
|---|---|
| NormalTextureInfo |
See Also
ClearcoatRoughnessFactor
The clearcoat layer roughness.
Declaration
[JsonPropertyName("clearcoatRoughnessFactor")]
public float ClearcoatRoughnessFactor { get; set; }
Property Value
| Type | Description |
|---|---|
| float |
See Also
ClearcoatRoughnessTexture
The clearcoat layer roughness texture.
Declaration
[JsonPropertyName("clearcoatRoughnessTexture")]
public TextureInfo ClearcoatRoughnessTexture { get; set; }
Property Value
| Type | Description |
|---|---|
| TextureInfo |
See Also
ClearcoatTexture
The clearcoat layer intensity texture.
Declaration
[JsonPropertyName("clearcoatTexture")]
public TextureInfo ClearcoatTexture { get; set; }
Property Value
| Type | Description |
|---|---|
| TextureInfo |