Bounds.Scale
void Scale(float scale)
Scale this bounds. It will scale the center as well as the dimensions! Modifies this bounds object.
float scale | Scale to apply |
void Scale(Vec3 scale)
Scale this bounds. It will scale the center as well as the dimensions! Modifies this bounds object.
Vec3 scale | Scale to apply |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!