Skip to main content

B1ObjectCustomizeSaveData

  • Serializable runtime save data for a single object customization slot, storing typed value maps.
    * Persists integer, float, color, and string customization parameters keyed by parameter name.
PropertyTypeDescriptionMetadata
Indexint32Index of this customization slot within the object's customization data array.Category: B1ObjectCustomizeSaveData
Int32MapTMapMap of integer customization parameter values keyed by parameter name.Category: B1ObjectCustomizeSaveData
Int64MapTMapMap of 64-bit integer customization parameter values keyed by parameter name.Category: B1ObjectCustomizeSaveData
FloatMapTMapMap of float customization parameter values keyed by parameter name.Category: B1ObjectCustomizeSaveData
ColorMapTMapMap of linear color customization parameter values keyed by parameter name.Category: B1ObjectCustomizeSaveData
StringMapTMapMap of string customization parameter values keyed by parameter name.Category: B1ObjectCustomizeSaveData