The y-axis rotation in 3D space.
Source
@override num get rotationY => _rotationY;
Source
@override set rotationY(num value) { if (value is num) _rotationY = value; _transformationMatrix3DRefresh = true; }
The y-axis rotation in 3D space.
@override num get rotationY => _rotationY;
@override set rotationY(num value) { if (value is num) _rotationY = value; _transformationMatrix3DRefresh = true; }