changed: auto add updateData callback to stages so that stagedata can be updated...
[opensg.git] / Source / Base / FieldContainer / Node / OSGNodeCore.fcd
blob3a0c8f2f0171c4d1561e675ad8e43b0f44eed37d
1 <?xml version="1.0" ?>
3 <FieldContainer
4 name="NodeCore"
5 parent="AttachmentContainer"
6 library="Base"
7 structure="abstract"
8 group="NodeCore"
9 pointerfieldtypes="both"
10 parentFields="both"
11 childFields="both"
12 systemcomponent="true"
13 parentsystemcomponent="true"
14 isNodeCore="true"
15 docGroupBase="GrpBaseFieldContainer"
17 Abstract base type for all cores, which define the behavior (semantics) of
18 the node(s) they belong to.
20 <Field
21 name="Parents"
22 category="parentpointer"
23 type="FieldContainer"
24 cardinality="multi"
25 access="none"
26 visibility="internal"
28 Parents of this core. Cores can have more than one parent, i.e. in general
29 they may be used in more than one place in the scenegraph.
30 </Field>
31 </FieldContainer>