Texture:isView

Edit

Returns whether a Texture is a texture view, created with Texture:newView.

view = Texture:isView()

Arguments

None

Returns

NameTypeDescription
viewboolean Whether the Texture is a texture view.

See also