Class: Google::Apis::AndroidpublisherV3::TextureCompressionFormatTargeting
- Inherits:
-
Object
- Object
- Google::Apis::AndroidpublisherV3::TextureCompressionFormatTargeting
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/androidpublisher_v3/classes.rb,
lib/google/apis/androidpublisher_v3/representations.rb,
lib/google/apis/androidpublisher_v3/representations.rb
Overview
Targeting by a texture compression format.
Instance Attribute Summary collapse
-
#alternatives ⇒ Array<Google::Apis::AndroidpublisherV3::TextureCompressionFormat>
List of alternative TCFs (TCFs targeted by the sibling splits).
-
#value ⇒ Array<Google::Apis::AndroidpublisherV3::TextureCompressionFormat>
The list of targeted TCFs.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TextureCompressionFormatTargeting
constructor
A new instance of TextureCompressionFormatTargeting.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ TextureCompressionFormatTargeting
Returns a new instance of TextureCompressionFormatTargeting.
6597 6598 6599 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 6597 def initialize(**args) update!(**args) end |
Instance Attribute Details
#alternatives ⇒ Array<Google::Apis::AndroidpublisherV3::TextureCompressionFormat>
List of alternative TCFs (TCFs targeted by the sibling splits).
Corresponds to the JSON property alternatives
6590 6591 6592 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 6590 def alternatives @alternatives end |
#value ⇒ Array<Google::Apis::AndroidpublisherV3::TextureCompressionFormat>
The list of targeted TCFs. Should not be empty.
Corresponds to the JSON property value
6595 6596 6597 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 6595 def value @value end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6602 6603 6604 6605 |
# File 'lib/google/apis/androidpublisher_v3/classes.rb', line 6602 def update!(**args) @alternatives = args[:alternatives] if args.key?(:alternatives) @value = args[:value] if args.key?(:value) end |