manganese_serialization_kit v0.2.4 Manganese.SerializationKit.Enumerations.UnityAssetType

A type of Unity asset that can be included in an asset bundle.

See Manganese.SerializationKit.Structs.UnityAssetBundle See Manganese.SerializationKit.Structs.UnityAsset

Link to this section Summary

Types

t()

An internal representation of a Unity asset type.

An external representation of a Unity asset type.

Link to this section Types

Link to this type

t()
t() :: :unknown | :text | :prefab | :material

An internal representation of a Unity asset type.

Link to this type

t_external()
t_external() :: non_neg_integer()

An external representation of a Unity asset type.

Link to this section Functions

Link to this function

from_integer(integer)
from_integer(t_external()) :: t()

Link to this function

to_integer(value)
to_integer(t()) :: t_external()