Uses of Interface
org.web3d.x3d.sai.EventUtilities.BooleanToggle
Package
Description
The Event Utility nodes provide the capability to filter, trigger, convert, or sequence numerous event-types for common interactive applications without the use of a Script node.
The Event Utility nodes provide the capability to filter, trigger, convert, or sequence numerous event-types for common interactive applications without the use of a Script node.
-
Uses of BooleanToggle in org.web3d.x3d.jsail.EventUtilities
Modifier and TypeClassDescriptionclass
BooleanToggle maintains state and negates output when a true input is provided. -
Uses of BooleanToggle in org.web3d.x3d.sai.EventUtilities
Modifier and TypeMethodDescriptionBooleanToggle.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.BooleanToggle.setToggle
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named toggle.