GKGridGraph.FromGridStartingAt Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
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
Parametri
- position
- Vector2i
- width
- Int32
- height
- Int32
- diagonalsAllowed
- Boolean
Restituisce
- Attributi
Si applica a
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
Parametri
- position
- Vector2i
- width
- Int32
- height
- Int32
- diagonalsAllowed
- Boolean
- aClass
- Class
Restituisce
- Attributi
Si applica a
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
Parametri
- position
- Vector2i
- width
- Int32
- height
- Int32
- diagonalsAllowed
- Boolean
- type
- Type
Restituisce
- Attributi