Click or drag to resize

ImageGetMipmapOffset Method

Returns the offset where the image's mipmap with index mipmap is stored in the data dictionary.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public int GetMipmapOffset(
	int mipmap
)

Parameters

mipmap
Type: SystemInt32

[Missing <param name="mipmap"/> documentation for "M:Godot.Image.GetMipmapOffset(System.Int32)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Godot.Image.GetMipmapOffset(System.Int32)"]

See Also