GKGridGraph.FromGridStartingAt 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
FromGridStartingAt(Vector2i, Int32, Int32, Boolean) | |
FromGridStartingAt(Vector2i, Int32, Int32, Boolean, Class) | |
FromGridStartingAt(Vector2i, Int32, Int32, Boolean, Type) |
FromGridStartingAt(Vector2i, Int32, Int32, Boolean)
[Foundation.Export("graphFromGridStartingAt:width:height:diagonalsAllowed:")]
public static GameplayKit.GKGridGraph FromGridStartingAt (OpenTK.Vector2i position, int width, int height, bool diagonalsAllowed);
static member FromGridStartingAt : OpenTK.Vector2i * int * int * bool -> GameplayKit.GKGridGraph
매개 변수
- position
- Vector2i
- width
- Int32
- height
- Int32
- diagonalsAllowed
- Boolean
반환
- 특성
적용 대상
FromGridStartingAt(Vector2i, Int32, Int32, Boolean, Class)
[Foundation.Export("graphFromGridStartingAt:width:height:diagonalsAllowed:nodeClass:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public static GameplayKit.GKGridGraph FromGridStartingAt (OpenTK.Vector2i position, int width, int height, bool diagonalsAllowed, ObjCRuntime.Class aClass);
static member FromGridStartingAt : OpenTK.Vector2i * int * int * bool * ObjCRuntime.Class -> GameplayKit.GKGridGraph
매개 변수
- position
- Vector2i
- width
- Int32
- height
- Int32
- diagonalsAllowed
- Boolean
- aClass
- Class
반환
- 특성
적용 대상
FromGridStartingAt(Vector2i, Int32, Int32, Boolean, Type)
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public static GameplayKit.GKGridGraph FromGridStartingAt (OpenTK.Vector2i position, int width, int height, bool diagonalsAllowed, Type type);
static member FromGridStartingAt : OpenTK.Vector2i * int * int * bool * Type -> GameplayKit.GKGridGraph
매개 변수
- position
- Vector2i
- width
- Int32
- height
- Int32
- diagonalsAllowed
- Boolean
- type
- Type
반환
- 특성