Table of Contents

Enum ParameterUtility.VectorType

Namespace
TMPEffects
Assembly
TMPEffects.dll

The different types of vectors.

public enum ParameterUtility.VectorType

Fields

Anchor = 2

Anchor vector, in "character space"; (0,0) is the center, (1,1) top-right, (-1,0) center-left etc.

Offset = 1

Offset vector from the original position

Position = 0

Pure position (normal vector).