public static SCNPhysicsShape Create(SCNNode node, SCNPhysicsShapeOptions?options)
 {
     return(Create(node, options?.ToDictionary()));
 }
 public static SCNPhysicsShape Create(SCNGeometry geometry, SCNPhysicsShapeOptions?options)
 {
     return(Create(geometry, options?.ToDictionary()));
 }