[MaxVector2]
Support Types
Type
Example
Description
Parameters
Parameter Name
Description
Examples
[MaxVector2(10, 10)]
public Vector2 position;
public float maxY = 5;
[MaxVector2(10, "maxY")]
public Vector2 velocity;
[MaxVector2("maxX", "maxY")]
public Vector2 limits;Last updated