changed: gcc8 base update
[opensg.git] / Source / System / Window / Background / OSGTileableBackground.fcd
blob9edb859a5968a5f1fc2b2dabde3f3020e3637514
1 <?xml version="1.0" ?>
3 <FieldContainer
4 name="TileableBackground"
5 parent="Background"
6 library="Window"
7 structure="abstract"
8 pointerfieldtypes="single"
9 systemcomponent="true"
10 parentsystemcomponent="true"
11 docGroupBase="GrpWindowBackground"
13 An abstract base class for Backgrounds that support tiling when used in
14 conjunction with the TileCameraDecorator.
15 <Field
16 name="tile"
17 type="bool"
18 cardinality="single"
19 visibility="external"
20 defaultValue="true"
21 access="public"
23 If true the background tiles in multi window settings.
24 </Field>
25 </FieldContainer>