serialization_kit v0.2.0 Manganese.SerializationKit.Structs.UnityAssetBundle

Link to this section Summary

Link to this section Types

Link to this type

t()
t() :: %Manganese.SerializationKit.Structs.UnityAssetBundle{
  assets: [Manganese.SerializationKit.Structs.UnityAsset.t()],
  metadata: map() | nil
}

Link to this type

t_external()
t_external() :: map()

Link to this section Functions

Link to this function

from_map(map)
from_map(t_external()) :: t()

Link to this function

has_asset(unity_asset_bundle, asset_path, asset_type \\ nil)

Link to this function

to_map(unity_asset_bundle)
to_map(t()) :: t_external()

Link to this function

type()
type() :: :map

The PostgreSQL type used to represent a unity asset bundle.