Skip to content
InterfaceTypes & Utilities@public

FlxDisplacementPoint

Point-like input used by displacement scale and texture offset.

ts
export interface FlxDisplacementPoint

Properties

PropertyModifiersTypeDescription
xreadonlynumberHorizontal component.
yreadonlynumberVertical component.

Released under the MIT License.