15 lines
208 B
Plaintext
15 lines
208 B
Plaintext
|
///layout(id)
|
||
|
/**
|
||
|
* layout :: SceneNode -> ()
|
||
|
*
|
||
|
* Updates the dimensions and position of a scene node.
|
||
|
*
|
||
|
* @param id the SceneNode to update
|
||
|
*/
|
||
|
|
||
|
with (argument0) {
|
||
|
event_user(0);
|
||
|
event_user(1);
|
||
|
}
|
||
|
|