Novelty object reference > ScrollCanvas

   ScrollCanvas

ScrollCanvas displays its content like a SmartCanvas, but can also scroll. During play the scrolling can be controlled with scripts or with a Slider object.


Usage

Example use cases:


Caveats

The scrolling value can be a relative value (0 to 1) or an absolute value (pixels).


Related articles


Sample NoveltyML

<ScrollCanvas name="My canvas" size="300,300" >
	<Image texture="My texture" />
</ScrollCanvas>


Back to top