IWardrobePreview.Pan method
Pan the preview camera (shift+drag). dx/dy are pointer-drag deltas in pixels; the look-at point slides so different parts of the model can be framed.
public void Pan(float dx, float dy)| parameter | description |
|---|---|
| dx | Horizontal pointer-drag delta. |
| dy | Vertical pointer-drag delta. |
See Also
Section titled “See Also”- interface IWardrobePreview
- namespace Stellar.Abstractions.Services