Function AnimatedTexture.frames
Number of frames to use in the animation. While you can create the frames independently with setFrameTexture
, you need to set this value for the animation to take new frames into account. The maximum number of frames is constant MAX_FRAMES
.
long frames() nothrow @property @nogc;
void frames
(
long v
) nothrow @property @nogc;