Uses of Interface
org.web3d.x3d.sai.Scripting.Script
Package
Description
The Scripting component describes how Script nodes are used to effect changes in X3D worlds.
The Scripting component describes how Script nodes are used to effect changes in X3D worlds.
-
Uses of Script in org.web3d.x3d.jsail.Scripting
Modifier and TypeClassDescriptionclass
Script contains author-programmed event behaviors for a scene. -
Uses of Script in org.web3d.x3d.sai.Scripting
Modifier and TypeMethodDescriptionScript.setAutoRefresh
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named autoRefresh.Script.setAutoRefreshTimeLimit
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named autoRefreshTimeLimit.Script.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.Script.setDirectOutput
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named directOutput.Script.setLoad
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named load.Script.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.Script.setMustEvaluate
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named mustEvaluate.Script.setSourceCode
(String newValue) Accessor method to assign String value to inputOutput SFString field named sourceCode.Accessor method to assign String array to inputOutput MFString field named url.