carb::audio::getConeDefaults
Defined in carb/audio/AudioUtils.h
-
inline void carb::audio::getConeDefaults(EntityCone *cone)
fills a cone descriptor with the default cone values.
Remark
This fills in a cone descriptor with the default values. Note that the cone descriptor doesn’t have an implicit constructor because it is intended to be a sparse struct that generally does not need to be fully initialized.
- Parameters
cone – [out] the cone descriptor to fill in.
- Returns
no return value.