Class field

java.lang.Object

public class field extends X3DConcreteStatement
Functional summary: a field statement defines an interface attribute or node. Each field statement can contain either attribute-value or node content. This concrete class represents an X3D field statement.

field statement tooltip: A field statement defines an interface attribute or node.
  • Hint: first add a parent Script node, or ProtoDeclare/ProtoInterface statements, or ExternProtoDeclare statement, before defining a new field.
  • Hint: in addition to defining a simple-type value attribute, a field statement can alternatively hold initializing SFNode/MFNode values as contained node(s).
See Also: