SKTileMapNode.GetTileGroup(UIntPtr, UIntPtr) 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.
Gets the SKTileGroup for the tile at the specified position.
[Foundation.Export("tileGroupAtColumn:row:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual SpriteKit.SKTileGroup? GetTileGroup(UIntPtr column, UIntPtr row);
[<Foundation.Export("tileGroupAtColumn:row:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetTileGroup : unativeint * unativeint -> SpriteKit.SKTileGroup
override this.GetTileGroup : unativeint * unativeint -> SpriteKit.SKTileGroup
Parameters
- column
-
UIntPtr
unativeint
- row
-
UIntPtr
unativeint
Returns
- Attributes