Table of Contents

Enum DistanceFieldConventions.PixelRangeSource

Namespace
Kroltan.Keen
Assembly
me.kroltan.keen-vectors.dll

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.