The width of the texture
The height of the texture
The depth of the texture array
The format of the texture
Whether to generate mipmaps
Whether the texture can be read
Whether the texture is in sRGB color space
可选
lock可选
name静态
DEBUG静态
cpu静态
default静态
gpuThe amount by which to decrement the reference count, default is 1.
The type of event.
可选
data: any(Optional) Data to pass to the callback. If multiple parameters p1, p2, p3, ... need to be passed, use an array structure such as [p1, p2, p3, ...]. If a single parameter p needs to be passed and p is an array, use a structure such as [p]. For other single parameters p, you can directly pass parameter p. If data is Event.EMPTY, it means passing an Event object to the callback function. Note that it is not passing Event.TEMP, but an independent Event object.
True if there are listeners for this event type, false otherwise.
The type of event.
The listener function.
This EventDispatcher object.
The type of event.
The execution scope of the event listener function.
可选
listener: FunctionThe listener function.
可选
args: any[]This EventDispatcher object.
可选
type: string(Optional) The type of event. If the value is null, all types of listeners on this object are removed.
This EventDispatcher object.
The type of event.
The listener function.
This EventDispatcher object.
The type of event.
The execution scope of the event listener function.
The listener function.
可选
args: any[](Optional) The callback parameters of the event listener function.
This EventDispatcher object.
The type of event.
The listener function.
This EventDispatcher object.
The type of event.
The execution scope of the event listener function.
The listener function.
可选
args: any[](Optional) The callback parameters of the event listener function.
This EventDispatcher object.
The x-offset.
The y-offset.
The z-offset.
The width of the data to update.
The height of the data to update.
The depth level of the data to update.
The pixel data to update.
The mipmap level to update.
Whether to generate mipmaps after the update.
Whether to premultiply the alpha channel.
Whether to invert the Y-axis of the image.
静态
destroy
En
Texture2DArray
represents a 2D texture array.Zh
Texture2DArray
类表示一个2D纹理数组。