rotationY property

  1. @override
num rotationY
override

The y-axis rotation in 3D space.

Implementation

@override
num get rotationY => _rotationY;
  1. @override
void rotationY=(num value)
override

Implementation

@override
set rotationY(num value) {
  _rotationY = value;
  _transformationMatrix3DRefresh = true;
}