Changes between Initial Version and Version 1 of GUI_-_Empty


Ignore:
Timestamp:
Feb 23, 2008, 4:18:58 AM (16 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GUI_-_Empty

    v1 v1  
     1{{Template:GUI_Object|empty|none|none}}
     2
     3Has no functionality; used as a container to group child objects.
     4
     5Can be used as a coordinate-system for instance, making the children relative in position.
     6
     7Empty is also the default type, which means it's possible to use an object tag devoid of properties:
     8{{{
     9  <object>
     10          ...
     11  </object>
     12}}}
     13
     14This makes for a great generic container, for instance to group [wiki:GUI_-_Radio-button Radio-buttons] together.
     15
     16Notice if you give an ''empty'' control a size, it will still not block world interaction, i.e. the ''empty'' control is inherently [wiki:GUI_-_Properties#ghost ghost]. If you need a "glass layer" (a "hollow blocker" or invisible object that stops objects under it from being clicked), it's better to use an [wiki:GUI_-_Image Image] without a sprite.