'Declaration Public Function New( _
ByVal interactiveObjectAn interactive object which must be controlled by this controller.As IScrollableInteractiveObject, _
ByVal scrollAccuracyFactorThe accuracy factor of object scrolling.As Single _
)
public ScrollableInteractiveObjectTransformer(
IScrollableInteractiveObject interactiveObject,
float scrollAccuracyFactor
)
public: ScrollableInteractiveObjectTransformer(
IScrollableInteractiveObject* interactiveObject,
float scrollAccuracyFactor
)
public:
ScrollableInteractiveObjectTransformer(
IScrollableInteractiveObject^ interactiveObject,
float scrollAccuracyFactor
)
Parameters
- interactiveObject
- An interactive object which must be controlled by this controller.
- scrollAccuracyFactor
- The accuracy factor of object scrolling.