contacts(of:)
Returns all contacts for the current update of the physics simulation for a specified equipment type.
Declaration
func contacts<E>(of type: E.Type) -> some Sequence<TableVisualState.Contact> where E : Equipment
Returns all contacts for the current update of the physics simulation for a specified equipment type.
func contacts<E>(of type: E.Type) -> some Sequence<TableVisualState.Contact> where E : Equipment