TileShapeInfoImpl

data class TileShapeInfoImpl(val type: HitTestDirectionFlags, val shape: Shape2D, val transform: Matrix) : TileShapeInfo

Constructors

Link copied to clipboard
constructor(type: HitTestDirectionFlags, shape: Shape2D, transform: Matrix)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun hitTestAny(p: Point, direction: HitTestDirection): Boolean
open override fun hitTestAny(shape2d: Shape2D, matrix: Matrix, direction: HitTestDirection): Boolean