View source
abstract FlxReadOnlyPoint(FlxPoint)
package flixel.math
from FlxPoint
import flixel.math.FlxPoint
A point that, once set, cannot be changed. Useful for objects
that want to expose a readonly x
and y
value
Available since
6.0.0
.A point that, once set, cannot be changed. Useful for objects
that want to expose a readonly x
and y
value
6.0.0
.