Hungarian Notation
Hungarian Notation adds a letter before the variable name to indicate the type of the variable.
In Unity, we can use "m_" before the variable name to indicate "member."
Hungarian Notation adds a letter before the variable name to indicate the type of the variable.
In Unity, we can use "m_" before the variable name to indicate "member."