Contains additional information about an entity that was hit.

interface EntityHitInformation {
    entity?: Entity;
}

Properties

Properties

entity?: Entity

Entity that was hit.