pub unsafe trait SKPhysicsContactDelegate: NSObjectProtocol {
// Provided methods
unsafe fn didBeginContact(&self, contact: &SKPhysicsContact)
where Self: Sized + Message { ... }
unsafe fn didEndContact(&self, contact: &SKPhysicsContact)
where Self: Sized + Message { ... }
}Available on crate feature
SKPhysicsWorld only.Expand description
Provided Methods§
unsafe fn didBeginContact(&self, contact: &SKPhysicsContact)
Available on crate feature
SKPhysicsContact only.unsafe fn didEndContact(&self, contact: &SKPhysicsContact)
Available on crate feature
SKPhysicsContact only.