csharp
public readonly record struct MaterialLayerValueOne 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 BaseColorAlbedo, linear.
public float MetalnessHow much of a conductor this layer is.
public float RoughnessPerceptual roughness.
public float WeightHow 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