FMOD_Geometry_GetPolygonAttributes

Function FMOD_Geometry_GetPolygonAttributes 

Source
pub unsafe extern "C" fn FMOD_Geometry_GetPolygonAttributes(
    geometry: *mut FMOD_GEOMETRY,
    index: c_int,
    directocclusion: *mut f32,
    reverbocclusion: *mut f32,
    doublesided: *mut FMOD_BOOL,
) -> FMOD_RESULT