MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ describe()

static constexpr auto MayaFlux::Nexus::State::EntityRecord::describe ( )
inlinestaticconstexpr

Definition at line 214 of file Schema.hpp.

215 {
216 return std::make_tuple(
235 }
constexpr auto opt_member(std::string_view key, std::optional< T > Class::*ptr)
Definition Mirror.hpp:43
constexpr auto member(std::string_view key, T Class::*ptr)
Definition Mirror.hpp:37
std::optional< LocusNavRecord > locus_nav
Definition Schema.hpp:210
std::optional< float > size
Definition Schema.hpp:203
std::optional< glm::vec3 > color
Definition Schema.hpp:202
std::vector< AudioSinkRecord > audio_sinks
Definition Schema.hpp:208
std::optional< float > falloff_radius
Definition Schema.hpp:212
std::vector< RenderSinkRecord > render_sinks
Definition Schema.hpp:209

References audio_sinks, color, falloff_curve_name, falloff_radius, id, influence_fn_name, intensity, kind, locus_nav, MayaFlux::Reflect::member(), MayaFlux::Reflect::opt_member(), perception_fn_name, position, query_radius, radiate_fn_name, radius, render_sinks, size, subkind, and wiring.

+ Here is the call graph for this function: