currentObject property

GDisplayObject? currentObject
getter/setter pair

The currentObject property holds a reference to the display object that the filter is applied to. OutlineFilter uses this to adjust the filter size to the current object scale.

Implementation

GDisplayObject? currentObject;