Texture:getParent

Edit

Returns the parent of a Texture view, which is the Texture that it references. Returns nil if the Texture is not a view.

parent = Texture:getParent()

Arguments

None

Returns

NameTypeDescription
parentTexture The parent of the texture, or nil if the texture is not a view.

See also