fixed: auto_ptr -> unique_ptr
[opensg.git] / Source / System / NodeCores / Groups / Misc / OSGSwitch.fcd
blob74a2085aa603527224444778e44b5e43a1dc794f
1 <?xml version="1.0"?>
3 <FieldContainer
4 name="Switch"
5 parent="Group"
6 library="Group"
7 pointerfieldtypes="both"
8 structure="concrete"
9 systemcomponent="true"
10 parentsystemcomponent="true"
11 decoratable="false"
12 isNodeCore="true"
13 docGroupBase="GrpGroupMisc"
15 This core allows selection of different subtrees with the \c choice field.
16 Depending on its value either all, none or only the specified child is
17 enabled.
18 <Field
19 name="choice"
20 type="Int32"
21 cardinality="single"
22 visibility="external"
23 defaultValue="-1"
24 access="public"
26 </Field>
27 </FieldContainer>