DistortionMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
How to apply the distortion along the line.
public enum class DistortionMode
public enum DistortionMode
type DistortionMode =
Public Enum DistortionMode
- Inheritance
-
DistortionMode
Fields
Name | Value | Description |
---|---|---|
NormalizedLength | 0 | Use the normalized length of the line plus its distortion strength curve to determine distortion strength |
Uniform | 1 | Use a single value to determine distortion strength |