manganese_serialization_kit v0.2.4 Manganese.SerializationKit.Enumerations.UnityComponentType

A type of Unity component that can be associated with a Unity game object.

See Manganese.SerializationKit.Structs.UnityGameObject

Link to this section Summary

Types

t()

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() :: :unknown | :transform | :box_collider

An internal representation of a Unity component type.

Link to this type

t_external()
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(t_external()) :: t()

Link to this function

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