CRIWARE Unity Plugin Manual  Last Updated: 2026-07-17
CriAtomEx.CuboidExtent Struct Reference

3D sound source cuboid shape parameters More...

Public Attributes

float width
 
float height
 
float depth
 

Detailed Description

3D sound source cuboid shape parameters

Description:
This structure is a parameter for specifying the length of each edge (width, height, depth) when setting a cuboid shape for a 3D sound source.
It is used by passing it to the CriAtomEx3dSource::SetCuboidExtent function.
Note:
If all sides have a length of 0.0f, the cuboid shape is disabled, and the 3D sound source is treated as a point source.
Note:
Please specify a value of 0.0f or higher for each parameter.
See also
CriAtomEx3dSource::SetCuboidExtent

Member Data Documentation

float width

Width

float height

Height

float depth

Depth


The documentation for this struct was generated from the following file: