Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

How do I create a Rect2D value?

Asked by 8 years ago

The property of ImageLabel SliceCenter takes a Rect2D input. Rect2D.new(0, 0, 0, 0) doesn't work so how do I create a Rect2D?

1 answer

Log in to vote
1
Answered by 8 years ago

Found the answer,

Rect.new(X0, Y0, X1, X2)

Ad

Answer this question