manganese_serialization_kit v0.2.4 Manganese.SerializationKit.Structs.UnityBoxColliderComponent

A Unity box collider component.

Deserialization

See from_map/1

Serialization

See to_map/1

Link to this section Summary

Types

t()

A Unity box collider component.

Functions

Deserialize a box collider component from a map.

Serialize a box collider component to a map.

Link to this section Types

Link to this type

t()
t() :: %Manganese.SerializationKit.Structs.UnityBoxColliderComponent{
  id: Manganese.SerializationKit.Structs.UnityComponent.id(),
  type: Manganese.SerializationKit.Enumerations.UnityComponentType.t()
}

A Unity box collider component.

Link to this type

t_external()
t_external() :: map()

Link to this section Functions

Link to this function

from_map(map)
from_map(t_external()) :: t()

Deserialize a box collider component from a map.

Link to this function

to_map(unity_box_collider_component)
to_map(t()) :: t_external()

Serialize a box collider component to a map.