Eg.: ``` scene.add('kevin', new uv.Bar({}); scene.get('kevin').add(new uv.Label({text: 'Kevin')); scene.get('kevin').p('rotation', uv.PI/2); ```