Skip to content

cls_MotionTexture2D

Almar Klein edited this page Jun 1, 2017 · 3 revisions

Inherits from Texture2D, MotionMixin.

A data type that represents a 2D texture in motion. The given data must be a list of the images that should be shown.

The motionIndex (i.e. time) can also be in between two images, in which case interpolation is applied (default linear).

Clone this wiki locally