manganese_serialization_kit v0.2.4 Manganese.SerializationKit.Structs.UnityGameObject

A Unity game object.

Deserialization

See from_map

Serialization

See to_map

Link to this section Summary

Types

t()

A Unity game object.

Functions

Deserialize a game object from a map.

Serialize a game object to a map.

Link to this section Types

Link to this type

t()
t() :: %Manganese.SerializationKit.Structs.UnityGameObject{
  children: [Manganese.SerializationKit.Structs.UnityGameObject.t()],
  components: [Manganese.SerializationKit.Structs.UnityComponent.t()],
  name: String.t()
}

A Unity game object.

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 game object from a map.

Link to this function

to_map(unity_game_object)
to_map(t()) :: t_external()

Serialize a game object to a map.