Edit

Share via


GKMeshGraph<NodeType>.FromBufferRadius Method

Definition

Overloads

FromBufferRadius(Single, Vector2, Vector2)
FromBufferRadius(Single, Vector2, Vector2, Class)
FromBufferRadius(Single, Vector2, Vector2, Type)

FromBufferRadius(Single, Vector2, Vector2)

[Foundation.Export("graphWithBufferRadius:minCoordinate:maxCoordinate:")]
public static GameplayKit.GKMeshGraph<NodeType> FromBufferRadius (float bufferRadius, OpenTK.Vector2 min, OpenTK.Vector2 max);
static member FromBufferRadius : single * OpenTK.Vector2 * OpenTK.Vector2 -> GameplayKit.GKMeshGraph<'NodeType (requires 'NodeType :> GameplayKit.GKGraphNode2D)>

Parameters

bufferRadius
Single
min
Vector2
max
Vector2

Returns

Attributes

Applies to

FromBufferRadius(Single, Vector2, Vector2, Class)

[Foundation.Export("graphWithBufferRadius:minCoordinate:maxCoordinate:nodeClass:")]
public static GameplayKit.GKMeshGraph<NodeType> FromBufferRadius (float bufferRadius, OpenTK.Vector2 min, OpenTK.Vector2 max, ObjCRuntime.Class nodeClass);
static member FromBufferRadius : single * OpenTK.Vector2 * OpenTK.Vector2 * ObjCRuntime.Class -> GameplayKit.GKMeshGraph<'NodeType (requires 'NodeType :> GameplayKit.GKGraphNode2D)>

Parameters

bufferRadius
Single
min
Vector2
max
Vector2
nodeClass
Class

Returns

Attributes

Applies to

FromBufferRadius(Single, Vector2, Vector2, Type)

public static GameplayKit.GKMeshGraph<NodeType> FromBufferRadius (float bufferRadius, OpenTK.Vector2 min, OpenTK.Vector2 max, Type nodeType);
static member FromBufferRadius : single * OpenTK.Vector2 * OpenTK.Vector2 * Type -> GameplayKit.GKMeshGraph<'NodeType (requires 'NodeType :> GameplayKit.GKGraphNode2D)>

Parameters

bufferRadius
Single
min
Vector2
max
Vector2
nodeType
Type

Returns

Applies to