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