target property
Vector3D
get
target
Light target direction (used for directional lights)
Implementation
Vector3D get target => _target = field_target.readOr(op, _target);
set
target
(Vector3D value)
Implementation
set target(Vector3D value) => _target = field_target.writeOr(op, value);