typegraph/scripts/scene/layout.gml

15 lines
208 B
Plaintext
Raw Permalink Normal View History

///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);
}