Interface ICameraRayEvents

interface ICameraRayEvents {
    onHit: {
        actors: IExtendedActor[];
    };
}

Properties

Properties

onHit: {
    actors: IExtendedActor[];
}

Type declaration

  • actors: IExtendedActor[]

Generated using TypeDoc