libs.tilemap.Ray
libs.tilemap.Ray
Fields
| Name | Type | |
|---|---|---|
x | I32 | |
y | I32 | |
dir | I32 | |
dx | I32 | |
dy | I32 |
Protos
f@33772intersects(libs.tilemap.Ray, libs.tilemap.Segment, libs.tilemap.RayIntersection) → libs.tilemap.RayIntersectionf@33773rayCast(libs.tilemap.Ray, hl.types.ArrayObj) → libs.tilemap.RayIntersection
Bindings
- static
f@33774__constructor__(libs.tilemap.Ray, Ref, Ref, Ref) → Void