Click or drag to resize

MeshTextureGetImageSize Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.MeshTexture.GetImageSize"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("GetImageSize is deprecated. Use the ImageSize property instead.")]
public Vector2 GetImageSize()

Return Value

Type: Vector2

[Missing <returns> documentation for "M:Godot.MeshTexture.GetImageSize"]

See Also