Uses of Interface
org.web3d.x3d.sai.EventUtilities.BooleanSequencer
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 BooleanSequencer in org.web3d.x3d.jsail.EventUtilities
Modifier and TypeClassDescriptionclass
BooleanSequencer generates periodic discrete Boolean values. -
Uses of BooleanSequencer in org.web3d.x3d.sai.EventUtilities
Modifier and TypeMethodDescriptionBooleanSequencer.setKey
(float[] newValue) Accessor method to assign float array to inputOutput MFFloat field named key.BooleanSequencer.setKeyValue
(boolean[] newValue) Accessor method to assign boolean array to inputOutput MFBool field named keyValue.BooleanSequencer.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.BooleanSequencer.setNext
(boolean newValue) Accessor method to assign boolean value to inputOnly SFBool field named next.BooleanSequencer.setPrevious
(boolean newValue) Accessor method to assign boolean value to inputOnly SFBool field named previous.