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

UnityEvent fields should use camelCase #266

Open
bddckr opened this issue Jan 30, 2019 · 0 comments
Open

UnityEvent fields should use camelCase #266

bddckr opened this issue Jan 30, 2019 · 0 comments
Labels
chore Something mundane but must be done
Projects

Comments

@bddckr
Copy link
Contributor

bddckr commented Jan 30, 2019

This brings our codebase in line with Unity's conventions (that differ from Microsoft's and therefore general C#/.NET):
PascalCase for methods, camelCase for everything else, prefixed with _ for private fields to differentiate them from all the other camelCased ones.

@bddckr bddckr added chore Something mundane but must be done w_ready waffle.io label and removed w_ready waffle.io label labels Jan 30, 2019
@thestonefox thestonefox added this to To do in VRTK Apr 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Something mundane but must be done
Projects
VRTK
  
To do
Development

No branches or pull requests

1 participant