Vixen
02b45cc4
csharp
public readonly record struct MaterialLayerValue

One layer of a layered material.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (4)

  • public Vector3 BaseColor

    Albedo, linear.

  • public float Metalness

    How much of a conductor this layer is.

  • public float Roughness

    Perceptual roughness.

  • public float Weight

    How much of the layer shows, before normalisation — a splat channel.

Methods (1)

  • public MaterialLayerValue(Vector3 BaseColor, float Metalness, float Roughness, float Weight)

    One layer of a layered material.

Used by (6)

  • MaterialLayersFeatureVixen.Rendering
  • MaterialSurfaceVixen.Rendering
  • MaterialSurfaceTestsVixen.Rendering.Tests
  • TypeRegistrationVixen.Rendering
  • Vixen_Rendering_Materials_MaterialLayerValueSerializerVixen.Rendering
  • Vixen_Rendering_Materials_MaterialLayersFeatureSerializerVixen.Rendering