Class VRMLFieldData

java.lang.Object
org.web3d.vrml.nodes.VRMLFieldData

public class VRMLFieldData extends Object
Data holder class to hold information that is returned from the VRMLNodeType VRMLNodeType.getFieldValue(int) method.

WARNING

Note that in the interests of speed this class will normally represent a reference to the internal structure rather than a copy of it. The user of this array should never directly manipulate these values because it will reek havoc to the internal implementation. It is really designed for the scripting and external interface glue code to use and no-one else.

Version:
$Revision: 1.6 $
Author:
Justin Couch