public static SCNPhysicsShape Create(SCNNode node, SCNPhysicsShapeOptions options)
 {
     return(Create(node, options.ToDictionary()));
 }
示例#2
0
 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()));
 }
示例#4
0
 public static SCNPhysicsShape Create(SCNGeometry geometry, SCNPhysicsShapeOptions options)
 {
     return Create (geometry, options.ToDictionary ());
 }