Figler.Schema.KeyframeAnyValue (figler v0.1.0-beta.1)

Copy Markdown View Source

Generated Kiwi message module for KeyframeAnyValue.

Summary

Types

t()

@type t() :: %Figler.Schema.KeyframeAnyValue{
  color_value: Figler.Schema.Color.t() | nil,
  float_value: float() | nil,
  text_data_value: Figler.Schema.TextData.t() | nil,
  vector_value: Figler.Schema.Vector.t() | nil
}

Functions

decode(binary)

encode(struct)

transform_module()