Enum TMPParameterTypes.VectorType
- Namespace
- TMPEffects.Parameters
The different types of vectors.
public enum TMPParameterTypes.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).