Class ElideFromPlatformPathAttribute
Marks a platform-dimension enum member (typically a "None"/"Unknown" sentinel) so it does not contribute a segment to the reference-image PlatformPath. The value still participates in platform equality and GetValue<T>(); it is simply elided from the output folder tree, mirroring how Architecture is handled.
Inherited Members
Namespace: UnityEngine.TestTools.Graphics.Platforms
Assembly: UnityEngine.TestTools.Graphics.dll
Syntax
[AttributeUsage(AttributeTargets.Field, AllowMultiple = false)]
public sealed class ElideFromPlatformPathAttribute : Attribute