serialization_kit v0.2.0 Manganese.SerializationKit.Structs.UnityAssetBundle
Link to this section Summary
Functions
The PostgreSQL type used to represent a unity asset bundle.
Link to this section Types
Link to this type
t()
t()
t() :: %Manganese.SerializationKit.Structs.UnityAssetBundle{
assets: [Manganese.SerializationKit.Structs.UnityAsset.t()],
metadata: map() | nil
}
t() :: %Manganese.SerializationKit.Structs.UnityAssetBundle{
assets: [Manganese.SerializationKit.Structs.UnityAsset.t()],
metadata: map() | nil
}
Link to this type
t_external()
t_external()
t_external() :: map()
t_external() :: map()
Link to this section Functions
Link to this function
from_map(map)
from_map(map)
from_map(t_external()) :: t()
from_map(t_external()) :: t()
Link to this function
has_asset(unity_asset_bundle, asset_path, asset_type \\ nil)
has_asset(unity_asset_bundle, asset_path, asset_type \\ nil)
has_asset(
t(),
String.t(),
Manganese.SerializationKit.Enumerations.UnityAssetType.t() | nil
) :: boolean()
has_asset( t(), String.t(), Manganese.SerializationKit.Enumerations.UnityAssetType.t() | nil ) :: boolean()
Link to this function
to_map(unity_asset_bundle)
to_map(unity_asset_bundle)
to_map(t()) :: t_external()
to_map(t()) :: t_external()
Link to this function
type()
type()
type() :: :map
type() :: :map
The PostgreSQL type used to represent a unity asset bundle.