Interface FlyPathBehavior_WM.Callback
-
- All Known Implementing Classes:
FlyThroughRender
- Enclosing class:
- FlyPathBehavior_WM
public static interface FlyPathBehavior_WM.Callback
Instances which want to be notified of updates to this behavior should implement this interface by providing the viewChanged method implementation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
viewChanged(FlyPathBehavior_WM kBehavior, int iEvent)
ViewChanged callback for flythrough renderers.
-
-
-
Method Detail
-
viewChanged
void viewChanged(FlyPathBehavior_WM kBehavior, int iEvent)
ViewChanged callback for flythrough renderers.- Parameters:
kBehavior
- reference to this MjFlyPathBehavior in which the view changed.iEvent
- Bitmask identifies the event(s) which caused the view to change. Bitmask created from OR of EVENT_* defintions.
-
-