Pseudocode Pro

Type the overall meaning to your code

*Your understanding*

Paste or type your code line

ex. gameObject.SetActive(true);

Type The Pseudocode

ex. Set active state(visibility) of gameObject to true.
     Set the gameObject to be active  
     SetVisibilityOfGameObject(true) 

References

Reading lines of Code

Most Common