Table of Contents

Enum DistanceFieldFormat

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

Bitmask describing a set of distance field types.

[Flags]
[Serializable]
public enum DistanceFieldFormat : byte

Fields

MultiChannel = 1

Multi-channel signed distance field using the median encoding in the RGB channels.

True = 2

Simple signed distance field in the alpha channel.