Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UDim2.fromOffset, UDim2.fromScale #153

Closed
osyrisrblx opened this issue Sep 4, 2019 · 1 comment · Fixed by #190
Closed

UDim2.fromOffset, UDim2.fromScale #153

osyrisrblx opened this issue Sep 4, 2019 · 1 comment · Fixed by #190

Comments

@osyrisrblx
Copy link
Member

Two new static constructors were added for UDim2 but they're not enabled yet.

This issue is a reminder to add them.

interface UDim2Constructor {
	fromOffset(x: number, y: number): UDim2;
	fromScale(x: number, y: number): UDim2;
}
@Vorlias
Copy link
Contributor

Vorlias commented Nov 9, 2019

Both constructors work on production now, I believe. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants