 |
 |
 |
 |
| Name |
|
this |
 |
|
|
| Examples |
|
void setup() {
}
void draw() {
}
|
|
|
| Description |
|
Refers to the current object (i.e. "this object"). In Wiring, it's most common to use this to pass a reference from the current object into one of the libraries. The keyword this can also be used in another way, but it is often not necessay. |
 |
|
|
| Syntax |
|
this
|
 |
|
|
| Usage |
|
Web & Application |
 |
|
|
|