Uses of Interface
org.web3d.x3d.sai.EventUtilities.IntegerTrigger
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 IntegerTrigger in org.web3d.x3d.jsail.EventUtilities
Modifier and TypeClassDescriptionclass
IntegerTrigger converts set_boolean true input events to an integer value (for example, useful when animating whichChoice in a Switch node). -
Uses of IntegerTrigger in org.web3d.x3d.sai.EventUtilities
Modifier and TypeMethodDescriptionIntegerTrigger.setIntegerKey
(int newValue) Accessor method to assign int value to inputOutput SFInt32 field named integerKey.IntegerTrigger.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.