public interface X3DPickableObject
| Modifier and Type | Method and Description |
|---|---|
boolean |
getPickable()
Provide boolean value from inputOutput SFBool field named pickable.
|
X3DPickableObject |
setPickable(boolean newValue)
Assign boolean value to inputOutput SFBool field named pickable.
|
boolean getPickable()
X3DPickableObject setPickable(boolean newValue)
newValue - is new value for the pickable field.X3DPickableObject - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.