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