Rapid Render API
Preparing search index...
IRenderTextureOptions
Interface IRenderTextureOptions
Options for configuring texture creation.
interface
IRenderTextureOptions
{
clearColor
?:
Color
;
height
:
number
;
key
?:
string
;
premultipliedAlpha
?:
boolean
;
textureFilter
?:
TextureFilterMode
;
width
:
number
;
wrap
?:
TextureWrapMode
;
}
Hierarchy (
View Summary
)
ITextureOptions
IRenderTextureOptions
Index
Properties
clear
Color?
height
key?
premultiplied
Alpha?
texture
Filter?
width
wrap?
Properties
Optional
clear
Color
clearColor
?:
Color
height
height
:
number
Optional
key
key
?:
string
Optional
premultiplied
Alpha
premultipliedAlpha
?:
boolean
Optional
texture
Filter
textureFilter
?:
TextureFilterMode
width
width
:
number
Optional
wrap
wrap
?:
TextureWrapMode
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
clear
Color
height
key
premultiplied
Alpha
texture
Filter
width
wrap
Rapid Render API
Loading...
Options for configuring texture creation.