SKTileMapNode.GetTileDefinition(nuint, nuint) 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 SKTileDefinition for the tile at the specified position.
[Foundation.Export("tileDefinitionAtColumn:row:")]
public virtual SpriteKit.SKTileDefinition GetTileDefinition (nuint column, nuint row);
abstract member GetTileDefinition : nuint * nuint -> SpriteKit.SKTileDefinition
override this.GetTileDefinition : nuint * nuint -> SpriteKit.SKTileDefinition
Parameters
- column
- System.System.UIntPtr System.unativeint
- row
- System.System.UIntPtr System.unativeint
Returns
- Attributes