Interface FlyPathBehavior_WM.Callback
- 
- All Known Implementing Classes:
- FlyThroughRender
 - Enclosing class:
- FlyPathBehavior_WM
 
 public static interface FlyPathBehavior_WM.CallbackInstances which want to be notified of updates to this behavior should implement this interface by providing the viewChanged method implementation.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidviewChanged(FlyPathBehavior_WM kBehavior, int iEvent)ViewChanged callback for flythrough renderers.
 
- 
- 
- 
Method Detail- 
viewChangedvoid 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.
 
 
- 
 
-