TextureCompressionFormatTargeting class
Targeting by a texture compression format.
Constructors
-
TextureCompressionFormatTargeting({List<
TextureCompressionFormat> ? alternatives, List<TextureCompressionFormat> ? value}) - TextureCompressionFormatTargeting.fromJson(Map json_)
Properties
-
alternatives
↔ List<
TextureCompressionFormat> ? -
List of alternative TCFs (TCFs targeted by the sibling splits).
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
value
↔ List<
TextureCompressionFormat> ? -
The list of targeted TCFs.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited