SKPhysicsBody.ApplyForce Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ApplyForce(CGVector) |
Applique une force, en Newtons, à travers le centre de masse du corps physique pour une seule étape de temps. |
ApplyForce(CGVector, CGPoint) |
Applique une force, en Newtons, au point spécifié pour une étape de temps. |
ApplyForce(CGVector)
Applique une force, en Newtons, à travers le centre de masse du corps physique pour une seule étape de temps.
[Foundation.Export("applyForce:")]
public virtual void ApplyForce (CoreGraphics.CGVector force);
abstract member ApplyForce : CoreGraphics.CGVector -> unit
override this.ApplyForce : CoreGraphics.CGVector -> unit
Paramètres
- force
- CGVector
- Attributs
S’applique à
ApplyForce(CGVector, CGPoint)
Applique une force, en Newtons, au point spécifié pour une étape de temps.
[Foundation.Export("applyForce:atPoint:")]
public virtual void ApplyForce (CoreGraphics.CGVector force, CoreGraphics.CGPoint point);
abstract member ApplyForce : CoreGraphics.CGVector * CoreGraphics.CGPoint -> unit
override this.ApplyForce : CoreGraphics.CGVector * CoreGraphics.CGPoint -> unit
Paramètres
- force
- CGVector
- point
- CGPoint
- Attributs