struct
Rosegold::DataComponents::BannerPatterns::BannerPatternLayer
- Rosegold::DataComponents::BannerPatterns::BannerPatternLayer
- Struct
- Value
- Object
Defined in:
rosegold/inventory/slot.crConstructors
- .new(pattern_type : UInt32, asset_id : String | Nil, translation_key : String | Nil, color : UInt32)
Instance Method Summary
- #asset_id : String | Nil
- #asset_id=(asset_id : String | Nil)
- #color : UInt32
- #color=(color : UInt32)
- #pattern_type : UInt32
- #pattern_type=(pattern_type : UInt32)
- #translation_key : String | Nil
- #translation_key=(translation_key : String | Nil)
Constructor Detail
def self.new(pattern_type : UInt32, asset_id : String | Nil, translation_key : String | Nil, color : UInt32)
#