|
Hello Guys, This is my first post so here I go. I Get a BCE0005 Error. It says "BCE0005 Unkown Identifier: 'RotationAxisRotationXY'. My script I'm trying to write is for RotationAxisRotationXY is "if(RotationAxisRotationXY == RotationAxis.MouseX){" I have some script after that but Why is it saying RotationAxisRotationXY Is Unknown. How can I Fix this? Regards, Raxis.
(comments are locked)
|
|
Are you sure that variable (RotationAxisRotationXY) is declared in that scope or a higher one ?
(comments are locked)
|
|
Surely a variable has to have a lowercase first letter? a variables first letter doesn't "have" to be lowercase
Apr 27 '12 at 04:22 PM
Lo0NuhtiK
Indeed, it's just a convention you may or may not follow. It helps people to know if a word is a function, a variable, a property, a constant etc. You can write everything in capital if you like it !
Apr 27 '12 at 05:26 PM
Berenger
(comments are locked)
|
