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