TextureSettings class
Native texture rendering configuration settings.
These settings control the resolution of the native texture used for video rendering on desktop and mobile platforms.
Example JSON:
{
"width": 640,
"height": 480
}
Constructors
- TextureSettings({required int width, required int height})
- Creates texture settings with the specified dimensions.
-
TextureSettings.fromJsonFile(Map<
String, dynamic> json) - Creates texture settings from a JSON map.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited