GKGoal.GetGoalToReachTargetSpeed(Single) Method

Definition

Factory method to create a GKGoal that attemps to achieve the targetSpeed.

[Foundation.Export("goalToReachTargetSpeed:")]
public static GameplayKit.GKGoal GetGoalToReachTargetSpeed (float targetSpeed);
static member GetGoalToReachTargetSpeed : single -> GameplayKit.GKGoal

Parameters

targetSpeed
Single

Returns

Attributes

Applies to