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

Update BaseVariableEditor.cs #142

Closed
wants to merge 1 commit into from

Conversation

Monsoonexe
Copy link

fixes #140
if(IsClampable) -> if(_isClamped.boolValue)

fixes #141
now invokes Raise event when value changed in Inspector

Adds a "Raise" button to manually invoke event.

fixes DanielEverland#140
if(IsClampable) -> if(_isClamped.boolValue)

fixes DanielEverland#141
now invokes Raise event when value changed in Inspector

Adds a "Raise" button to invoke event.
@Monsoonexe
Copy link
Author

whoops, I accidentally included some "developer description" stuff.... You don't need to include that.

@DanielEverland
Copy link
Owner

Please submit separate PRs pr. fix/feature

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