Skip to main content

Texture2D.GetInstanceID()

Returns the instance id of the object.

Returns:

typeDescription
numberinstance id of the object.

Usage

---@type Texture2D
local texture2d;


local val0 = texture2d.GetInstanceID()