~ubuntu-branches/ubuntu/utopic/castle-game-engine/utopic

« back to all changes in this revision

Viewing changes to src/x3d/doc/x3d_nodes/1/networking.txt

  • Committer: Package Import Robot
  • Author(s): Abou Al Montacir
  • Date: 2013-04-27 18:06:40 UTC
  • Revision ID: package-import@ubuntu.com-20130427180640-eink4nmwzuivez1c
Tags: upstream-4.0.1
ImportĀ upstreamĀ versionĀ 4.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
X3DUrlObject {
 
2
  MFString [in, out] url [] [urn];
 
3
}
 
4
 
 
5
Anchor : X3DGroupingNode { 
 
6
  MFNode   [in]     addChildren
 
7
  MFNode   [in]     removeChildren
 
8
  MFNode   [in,out] children       []       [X3DChildNode]
 
9
  SFString [in,out] description    ""
 
10
  SFNode   [in,out] metadata       NULL     [X3DMetadataObject]
 
11
  MFString [in,out] parameter      []
 
12
  MFString [in,out] url            []       [url or urn]
 
13
  SFVec3f  []       bboxCenter     0 0 0    (-Inf,Inf)
 
14
  SFVec3f  []       bboxSize       -1 -1 -1 [0,Inf) or -1 -1 -1 
 
15
}
 
16
 
 
17
Inline : X3DChildNode, X3DBoundedObject, X3DUrlObject {
 
18
  SFBool   [in,out] load       TRUE
 
19
  SFNode   [in,out] metadata   NULL     [X3DMetadataObject]
 
20
  MFString [in,out] url        []       [url or urn]
 
21
  SFVec3f  []       bboxCenter 0 0 0    (-Inf,Inf)
 
22
  SFVec3f  []       bboxSize   -1 -1 -1 [0,Inf) or -1 -1 -1
 
23
}
 
24
 
 
25
LoadSensor : X3DNetworkSensorNode {
 
26
  SFBool  [in,out] enabled   TRUE
 
27
  SFNode  [in,out] metadata  NULL [X3DMetadataObject]
 
28
  SFTime  [in,out] timeOut   0
 
29
  MFNode  [in,out] watchList []   [X3DUrlObject]
 
30
  SFBool  [out]    isActive
 
31
  SFBool  [out]    isLoaded
 
32
  SFTime  [out]    loadTime
 
33
  SFFloat [out]    progress
 
34
}