Texture class base
Properties
- bytesPerTexel → int
-
no setter
- coordinateSystem ↔ TextureCoordinateSystem
-
getter/setter pair
- enableRenderTargetUsage → bool
-
Enable using this texture as a render pass attachment.
final
- enableShaderReadUsage → bool
-
Enable reading or sampling from this texture in a shader.
final
- enableShaderWriteUsage → bool
-
Enable writing to the texture in a shader.
final
- format → PixelFormat
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → int
-
final
- isValid → dynamic
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sampleCount → int
-
final
- storageMode → StorageMode
-
final
- width → int
-
final
Methods
-
asImage(
) → Image -
GetBaseMipLevelSizeInBytes(
) → int -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
overwrite(
ByteData sourceBytes) → bool - Overwrite the entire base mipmap level of this Texture.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited