次の方法で共有


SKPhysicsBody.CreateEdge(CGPoint, CGPoint) メソッド

定義

ある点から別の点へのエッジを作成します。

[Foundation.Export("bodyWithEdgeFromPoint:toPoint:")]
public static SpriteKit.SKPhysicsBody CreateEdge (CoreGraphics.CGPoint fromPoint, CoreGraphics.CGPoint toPoint);
static member CreateEdge : CoreGraphics.CGPoint * CoreGraphics.CGPoint -> SpriteKit.SKPhysicsBody

パラメーター

fromPoint
CGPoint
toPoint
CGPoint

戻り値

属性

適用対象