Uses of Interface
org.web3d.x3d.sai.Time.TimeSensor
Package
Description
The Time component defines how time is sensed, computed and associated with events in an X3D scene.
The Time component defines how time is sensed, computed and associated with events in an X3D scene.
-
Uses of TimeSensor in org.web3d.x3d.jsail.Time
Modifier and TypeClassDescriptionclass
TimeSensor continuously generates events as time passes. -
Uses of TimeSensor in org.web3d.x3d.sai.Time
Modifier and TypeMethodDescriptionTimeSensor.setCycleInterval
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named cycleInterval.TimeSensor.setDescription
(String newValue) Accessor method to assign String value to inputOutput SFString field named description.TimeSensor.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.TimeSensor.setLoop
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named loop.TimeSensor.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.TimeSensor.setPauseTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named pauseTime.TimeSensor.setResumeTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named resumeTime.TimeSensor.setStartTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named startTime.TimeSensor.setStopTime
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named stopTime.