Texture:isView
EditReturns whether a Texture is a texture view, created with Texture:newView
.
view = Texture:isView()
Arguments
None
Returns
Name | Type | Description |
view | boolean | Whether the Texture is a texture view. |
See also
Texture:getParent
Texture:newView
Texture