positionZ property
num?
get
positionZ
Implementation
_i2.num? get positionZ => _i4.getProperty(
this,
'positionZ',
);
set
positionZ
(num? value)
Implementation
set positionZ(_i2.num? value) {
_i4.setProperty(
this,
'positionZ',
value ?? _i6.undefined,
);
}