Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


albedoSwatches

Returns an array of AlbedoSwatchInfo.
Read time 1 minuteLast updated 11 days ago

Definition

public static AlbedoSwatchInfo[] albedoSwatches { get; set; }

Remarks

The physically based rendering validation tools have a set of built-in albedo values it will validate your materials against. Every game may have different albedo values it wants to validate against. This property will override the default albedo values with an array of user specified data. See AlbedoSwatchInfo for albedo swatch information. Also see DrawCameraMode.ValidateAlbedo and DrawCameraMode.ValidateMetalSpecular for information enabling the validation tools.