GKMeshGraph<NodeType>.FromBufferRadius 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.
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