manganese_serialization_kit v0.2.4 Manganese.SerializationKit.Enumerations.UnityComponentType
A type of Unity component that can be associated with a Unity game object.
Link to this section Summary
Types
An internal representation of a Unity component type.
An external representation of a Unity component type.
Link to this section Types
Link to this type
t()
t()
t() :: :unknown | :transform | :box_collider
t() :: :unknown | :transform | :box_collider
An internal representation of a Unity component type.
Link to this type
t_external()
t_external()
t_external() :: non_neg_integer()
t_external() :: non_neg_integer()
An external representation of a Unity component type.
Link to this section Functions
Link to this function
from_integer(integer)
from_integer(integer)
from_integer(t_external()) :: t()
from_integer(t_external()) :: t()
Link to this function
to_integer(value)
to_integer(value)
to_integer(t()) :: t_external()
to_integer(t()) :: t_external()