N
N
NeoLight32020-07-06 12:14:57
C++ / C#
NeoLight3, 2020-07-06 12:14:57

Visual Studio does not want to work with a symbolic variable, what should I do?

I'm trying to use a variable from the Unity library of the game Assembly-CSharp.dll
and I see symbol variables there, I try to use them, but Visual Studio displays an error "Invalid Symbol".

What can be done about it? Is it possible then to use this variable at all?
5f02eb83f07c4033746538.png
5f02eb8bbc9f3439445226.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
#
#, 2020-07-06
@NeoLight3

you have the wrong symbol on the screen. put a dot after the instance name and wait for the drop down list of class members and just choose
the dumbest option from it - copy the member name from the class definition
ps although .Net allows you to use all Unicode characters, it is not a good idea to use characters that are not on the keyboard. what are you proving to yourself with such a rake

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question