GKCircleObstacle.FromRadius(Single) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Factory method to create a GKCircleObstacle with the defined radius
.
[Foundation.Export("obstacleWithRadius:")]
public static GameplayKit.GKCircleObstacle FromRadius (float radius);
static member FromRadius : single -> GameplayKit.GKCircleObstacle
Parameters
- radius
- Single
Returns
- Attributes