interface EntityCollidable {
    entityID: string;
    type: string;
}

Properties

Properties

entityID: string

String entityID of the collided entity

type: string

String type that the collided entity is apart of