Skip to main content

Vector

A Vector Stat Effect is the base class for Effects that modify vector-based Stats, including Vector2, Vector3, Vector2Int, and Vector3Int Stats.

In addition to the fields inherited from Effect, it defines how the vector value used by the Effect is obtained and optionally adapted before processing.

Fields

This Effect inherits all fields from Effect.

FieldDescription
Use Stat ValueUses a Stat instead of a predefined Effect value.
ValueThe predefined vector value applied by the Effect.
Value StatThe Stat that provides the Effect value.
Use Value AdapterEnables a Value Adapter for the Effect value.
Value AdapterThe Value Adapter used to convert or modify the Effect value before processing. This can be used to adapt the value for different Stat types or other use cases.