rotationZ property

  1. @override
num rotationZ
override

The z-axis rotation in 3D space.

Implementation

@override
num get rotationZ => _rotationZ;
  1. @override
void rotationZ=(num value)
override

Implementation

@override
set rotationZ(num value) {
  _rotationZ = value;
  _transformationMatrix3DRefresh = true;
}