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