GKMeshGraph<NodeType>.FromBufferRadius 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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)>
参数
- bufferRadius
- Single
- min
- Vector2
- max
- Vector2
返回
- 属性
适用于
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)>
参数
- bufferRadius
- Single
- min
- Vector2
- max
- Vector2
- nodeClass
- Class
返回
- 属性
适用于
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)>
参数
- bufferRadius
- Single
- min
- Vector2
- max
- Vector2
- nodeType
- Type