you can also press Ctrl+Space to view the autocomplete if you've got it disabled.
also, static typing like "var colNor: Vector3 = collision.get_normal()" is very helpful, even if repetative, like "var vec: Vector3 = Vector3.ZERO"
you can also press Ctrl+Space to view the autocomplete if you've got it disabled.
also, static typing like "var colNor: Vector3 = collision.get_normal()" is very helpful, even if repetative, like "var vec: Vector3 = Vector3.ZERO"