バージョン
menu

Wwise SDK 2025.1.0
ak.wwise.core.object.getAttenuationCurve

特定の減衰オブジェクトの、指定の減衰カーブを取得します。

Arguments

Name タイプ 概要
object * any of: 減衰オブジェクトの、ID (GUID)、名前、またはパス。
string The name of the object qualified by its type or Short ID in the form of type:name or Global:shortId. Only object types that have globally-unique names or Short Ids are supported. Ex: Event:Play_Sound_01, Global:245489792
string オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。
string Wwiseオブジェクトへのプロジェクトパスで、カテゴリと、ワークユニットを含みます。For example: \Containers\Default Work Unit\New Sound SFX.
platform any of: カーブを取得するプラットフォームの、ID (GUID)または固有の名前。リンクなしのリファレンスは、null-guidに設定します。
string オブジェクト名。
string オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。
curveType * string 減衰カーブのタイプ。可能な値:
  • VolumeDryUsage
  • VolumeWetGameUsage
  • VolumeWetUserUsage
  • LowPassFilterUsage
  • HighPassFilterUsage
  • HighShelfUsage
  • SpreadUsage
  • FocusUsage
  • ObstructionVolumeUsage
  • ObstructionHPFUsage
  • ObstructionLPFUsage
  • ObstructionHSFUsage
  • OcclusionVolumeUsage
  • OcclusionHPFUsage
  • OcclusionLPFUsage
  • OcclusionHSFUsage
  • DiffractionVolumeUsage
  • DiffractionHPFUsage
  • DiffractionLPFUsage
  • DiffractionHSFUsage
  • TransmissionVolumeUsage
  • TransmissionHPFUsage
  • TransmissionLPFUsage
  • TransmissionHSFUsage

(必須*)

引数スキーマ

Result

Name タイプ 概要
curveType string 減衰カーブの名前。可能な値:
  • VolumeDryUsage
  • VolumeWetGameUsage
  • VolumeWetUserUsage
  • LowPassFilterUsage
  • HighPassFilterUsage
  • HighShelfUsage
  • SpreadUsage
  • FocusUsage
  • ObstructionVolumeUsage
  • ObstructionHPFUsage
  • ObstructionLPFUsage
  • ObstructionHSFUsage
  • OcclusionVolumeUsage
  • OcclusionHPFUsage
  • OcclusionLPFUsage
  • OcclusionHSFUsage
  • DiffractionVolumeUsage
  • DiffractionHPFUsage
  • DiffractionLPFUsage
  • DiffractionHSFUsage
  • TransmissionVolumeUsage
  • TransmissionHPFUsage
  • TransmissionLPFUsage
  • TransmissionHSFUsage
use string Defines whether the curve has no points, has its own set of points, uses those of the VolumeDryUsage curve, or uses the global curve defined in the Project Settings. 可能な値:
  • None
  • Custom
  • UseVolumeDry
  • UseProject
points array The attenuation curve.
An array of points defining a curve.
points [...] object カーブ上の点。
points[...].x * number カーブの点の、X座標。
points[...].y * number カーブの点の、Y座標。
points[...].shape * string この点から、次の点までの、カーブセグメントの形状。可能な値:
  • Constant
  • Linear
  • Log3
  • Log2
  • Log1
  • InvertedSCurve
  • SCurve
  • Exp1
  • Exp2
  • Exp3

結果スキーマ

関連情報

Wwise Authoring APIの詳細は、 Wwise Authoring API (WAAPI)を使用する を参照してください。


このページはお役に立ちましたか?

サポートは必要ですか?

ご質問や問題、ご不明点はございますか?お気軽にお問い合わせください。

サポートページをご確認ください

あなたのプロジェクトについて教えてください。ご不明な点はありませんか。

プロジェクトを登録していただくことで、ご利用開始のサポートをいたします。

Wwiseからはじめよう