Enum DistanceFieldConventions.PixelRangeSource
Where a material will read its pixel range from.
public enum DistanceFieldConventions.PixelRangeSource
- Extension Methods
Fields
Material = 0
A material property specified by GetPixelRangePropertyName(string).
UV1 = 1
The X component of the TexCoord1 vertex channel.
UV2 = 2
The X component of the TexCoord2 vertex channel.
UV3 = 3
The X component of the TexCoord3 vertex channel.