serialization_kit v0.2.0 Manganese.SerializationKit.Structs.UnityComponent
Link to this section Summary
Link to this section Types
Link to this type
id()
id()
id() :: pos_integer()
id() :: pos_integer()
Link to this type
t()
t()
t() :: %Manganese.SerializationKit.Structs.UnityComponent{
id: id(),
type: Manganese.SerializationKit.Enumerations.UnityComponentType.t()
}
t() :: %Manganese.SerializationKit.Structs.UnityComponent{
id: id(),
type: Manganese.SerializationKit.Enumerations.UnityComponentType.t()
}
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(params)
from_map(params)
from_map(t_external()) :: t()
from_map(t_external()) :: t()
Link to this function
to_map(unity_component)
to_map(unity_component)
to_map(t()) :: t_external()
to_map(t()) :: t_external()