struct Rosegold::DataComponents::Trim::TrimMaterial::InlineTrimMaterial

Overview

Placeholder for inline trim material data

Defined in:

rosegold/inventory/slot.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(asset_name : String = "", ingredient : UInt32 = 0_u32, item_model_index : Float32 = 0.0_f32, override_armor_materials : Hash(String, String) = Hash(String, String).new, description : String = "") #

[View source]
def self.read(io) : self #

[View source]

Instance Method Detail

def asset_name : String #

[View source]
def asset_name=(asset_name : String) #

[View source]
def description : String #

[View source]
def description=(description : String) #

[View source]
def ingredient : UInt32 #

[View source]
def ingredient=(ingredient : UInt32) #

[View source]
def item_model_index : Float32 #

[View source]
def item_model_index=(item_model_index : Float32) #

[View source]
def override_armor_materials : Hash(String, String) #

[View source]
def override_armor_materials=(override_armor_materials : Hash(String, String)) #

[View source]
def write(io) : Nil #

[View source]