Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PhysicsRayCastCallback

Hierarchy

Index

Properties

_fixtures

_fixtures: b2.Fixture[] = []

_fractions

_fractions: number[] = []

_mask

_mask: number = 4294967295

_normals

_normals: Vec2[] = []

_points

_points: Vec2[] = []

_type

_type: ERaycast2DType = ERaycast2DType.Closest

Methods

ReportFixture

  • ReportFixture(fixture: b2.Fixture, point: any, normal: any, fraction: any): any

ReportParticle

ShouldQueryParticleSystem

getFixtures

getFractions

  • getFractions(): number[]

getNormals

  • getNormals(): Vec2[]

getPoints

  • getPoints(): Vec2[]

init

Generated using TypeDoc