SpriteIsPixelOpaque Method |
Returns true, if the pixel at the given position is opaque and false in other case.
Note: It also returns false, if the sprite's texture is null or if the given position is invalid.
Namespace: Godot
public bool IsPixelOpaque( Vector2 pos )
[Missing <param name="pos"/> documentation for "M:Godot.Sprite.IsPixelOpaque(Godot.Vector2)"]
[Missing <returns> documentation for "M:Godot.Sprite.IsPixelOpaque(Godot.Vector2)"]