Pixel Position
Represents a position which has an x and an y pixel coordinate.
Constructors
PixelPosition
Link copied to clipboard
Types
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
copy
Link copied to clipboard
relativeToBottomOf
Link copied to clipboard
relativeToLeftOf
Link copied to clipboard
relativeToRightOf
Link copied to clipboard
relativeToTopOf
Link copied to clipboard
to3DPosition
Link copied to clipboard
toPixelPosition
Link copied to clipboard
open override fun toPixelPosition(tileset: TilesetResource): PixelPosition
Content copied to clipboard
toPosition3D
Link copied to clipboard
withRelative
Link copied to clipboard
withRelativeX
Link copied to clipboard
Creates a new Position object representing a position on the same y, but with a x offset by a supplied value.
withRelativeY
Link copied to clipboard
Creates a new Position object representing a position on the same x, but with a y offset by a supplied value.
Properties
hasNegativeComponent
Link copied to clipboard
Tells whether this Position has a negative component (x or y) or not.
isNotUnknown
Link copied to clipboard
Sources
(source)
Link copied to clipboard