Wwise SDK 2022.1.18
|
오브젝트 속성에 대한 정보를 불러옵니다. 이 함수는 속성의 값을 반환하지 않습니다. 속성 값을 불러오려면 ak.wwise.core.object.get 및 Return Options 을 참고하세요.
이름 | 타입 | 설명 |
---|---|---|
object | any of: | 주시(watch)할 오브젝트의 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 오브젝트의 프로젝트 경로로서, 카테고리 및 Work-Unit 포함. 예: \Actor-Mixer Hierarchy\Default Work Unit\New Sound SFX. | |
classId | integer | 불러올 속성의 오브젝트 ID (클래스 ID). Unsigned Integer 32 비트. 범위: [0,4294967295] |
property | string | 불러올 속성의 이름. 더 자세한 정보는 Wwise 오브젝트 레퍼런스 에 나와 있는 Wwise Objects의 속성 목록을 참고하세요. 속성 이름. Wwise 오브젝트와 해당 속성에 대한 자세한 정보는 Wwise 오브젝트 레퍼런스 를 참고하세요. |
이름 | 타입 | 설명 |
---|---|---|
name | string | 속성의 이름을 말합니다. |
type | string | 속성의 타입. 더 자세한 정보는 Wwise 오브젝트 레퍼런스 에 나와 있는 Wwise Objects의 속성 목록을 참고하세요. |
audioEngineId | integer | 속성의 ID (오디오 엔진 ID). Unsigned Integer 32 비트. 범위: [0,4294967295] |
default | any of: | 속성의 기본값. 속성의 값. |
null | null 값. 오브젝트에 아무런 참조가 없음. | |
string | 문자열 값. | |
number | 숫자 값. | |
boolean | boolean 값. | |
supports | object | 속성에 의해 지원되는 기능. |
supports.rtpc | string | 속성에 의해 지원되는 RTPC 모드. 사용 가능한 값:
|
supports.randomizer | boolean | 속성에서 랜더마이저를 지원하는지 여부를 나타냅니다. |
supports.unlink | boolean | 속성에서 연결 해제(unlink)를 지원하는지 여부를 나타냅니다. |
display | object | 속성과 관련된 정보를 표시합니다. |
display.name | string | 속성의 표시명. |
display.group | string | 속성의 표시 그룹. |
display.index | integer | 속성의 표시 인덱스. |
dependencies | array | 연관된 동작 및 조건과 관련해 다른 속성에 대한 종속성 목록. |
dependencies [...] | object | 종속성. |
dependencies[...].type * | string | 종속성 타입을 정의합니다. 사용 가능한 값:
|
dependencies[...].property | string | 종속성이 적용되는 속성의 이름. 더 자세한 정보는 Wwise 오브젝트 레퍼런스 에 나와 있는 Wwise Objects의 속성 목록을 참고하세요. 속성 이름. Wwise 오브젝트와 해당 속성에 대한 자세한 정보는 Wwise 오브젝트 레퍼런스 를 참고하세요. |
dependencies[...].action * | string | 조건을 만족했을 때 실행되는 동작의 이름. |
dependencies[...].context * | string | 종속성이 평가되는 컨텍스트의 이름. |
dependencies[...].conditions | array | 종속성과 연관된 조건의 배열. |
dependencies[...].conditions [...] | object | 종속성 조건. |
dependencies[...].conditions[...].referenceIsSet | boolean | 레퍼런스 종속성에 사용되며, 대상 레퍼런스를 설정해줘야 하는지 여부를 정의합니다. |
dependencies[...].conditions[...].restriction | one of: | 속성 종속성에 사용되며, 설정해줘야 하는 속성의 제한을 정의합니다. 속성의 값을 제한합니다. |
object | 속성에 아무런 제한이 없는 것으로 표시되는 비어있는 오브젝트. | |
object | 속성이 지원하는 값의 범위 제한. | |
object | 레퍼런스 오브젝트의 제한. | |
object | 속성 값의 제한. | |
dependencies[...].conditions[...].restriction.type * | string | 속성의 값 제한. 사용 가능한 값:
|
dependencies[...].conditions[...].restriction.min * | number | 속성의 최소 값. |
dependencies[...].conditions[...].restriction.max * | number | 속성의 최대 값. |
dependencies[...].conditions[...].restriction.type * | string | 속성의 오브젝트 레퍼런스 제한. 사용 가능한 값:
|
dependencies[...].conditions[...].restriction.restrictions * | array | 오브젝트 레퍼런스 제한의 목록. |
dependencies[...].conditions[...].restriction.restrictions [...] | one of: | |
object | 참조될 수 있는 오브젝트 타입의 제한. | |
object | 참조될 수 있는 오브젝트 카테고리 제한. | |
object | 반드시 사용해야 하는 상위 오브젝트에 대해 상대적인 계층 구조 위치 제한. | |
string | 존재할 때에 true인 플래그 제한. notNull은 참조되는 오브젝트가 반드시 존재해야 하며 null이 될 수 없음을 나타냅니다. playable 참조되는 오브젝트가 반드시 재생이 가능해야 한다는 것을 나타냅니다. 사용 가능한 값:
| |
dependencies[...].conditions[...].restriction.restrictions[...].type * | array | 사용 가능한 타입의 배열. |
dependencies[...].conditions[...].restriction.restrictions[...].type [...] | string | 사용 가능한 지원 오브젝트 타입. 오브젝트 목록은 Wwise 오브젝트 레퍼런스 를 참고하세요. |
dependencies[...].conditions[...].restriction.restrictions[...].sharedOnlyTypes | array | An array of types that are only supported as Shared objects (i.e., not Custom) even if the reference can support Custom objects. This is always a subset of "type". |
dependencies[...].conditions[...].restriction.restrictions[...].sharedOnlyTypes [...] | string | Possible object type supported as Shared only. 오브젝트 목록은 Wwise 오브젝트 레퍼런스 를 참고하세요. |
dependencies[...].conditions[...].restriction.restrictions[...].category * | array | 지원 카테고리의 배열. |
dependencies[...].conditions[...].restriction.restrictions[...].category [...] | string | 사용 가능한 지원 카테고리. |
dependencies[...].conditions[...].restriction.restrictions[...].childOfReference * | string | 레퍼런스 이름. |
dependencies[...].conditions[...].restriction.type * | string | 속성의 값 제한. 사용 가능한 값:
|
dependencies[...].conditions[...].restriction.values * | array | 속성이 제한되어 있는 사용 가능한 열거 값의 배열. |
dependencies[...].conditions[...].restriction.values [...] | object | 이름이 있는 열거된 값. |
dependencies[...].conditions[...].restriction.values[...].value | one of: | 열거된 값. |
number | 숫자 값. | |
boolean | boolean 값. | |
dependencies[...].conditions[...].restriction.values[...].displayName | string | 값에 연관된 이름. |
restriction | one of: | 속성의 값을 제한합니다. |
object | 속성에 아무런 제한이 없는 것으로 표시되는 비어있는 오브젝트. | |
object | 속성이 지원하는 값의 범위 제한. | |
object | 레퍼런스 오브젝트의 제한. | |
object | 속성 값의 제한. | |
restriction.type * | string | 속성의 값 제한. 사용 가능한 값:
|
restriction.min * | number | 속성의 최소 값. |
restriction.max * | number | 속성의 최대 값. |
restriction.type * | string | 속성의 오브젝트 레퍼런스 제한. 사용 가능한 값:
|
restriction.restrictions * | array | 오브젝트 레퍼런스 제한의 목록. |
restriction.restrictions [...] | one of: | |
object | 참조될 수 있는 오브젝트 타입의 제한. | |
object | 참조될 수 있는 오브젝트 카테고리 제한. | |
object | 반드시 사용해야 하는 상위 오브젝트에 대해 상대적인 계층 구조 위치 제한. | |
string | 존재할 때에 true인 플래그 제한. notNull은 참조되는 오브젝트가 반드시 존재해야 하며 null이 될 수 없음을 나타냅니다. playable 참조되는 오브젝트가 반드시 재생이 가능해야 한다는 것을 나타냅니다. 사용 가능한 값:
| |
restriction.restrictions[...].type * | array | 사용 가능한 타입의 배열. |
restriction.restrictions[...].type [...] | string | 사용 가능한 지원 오브젝트 타입. 오브젝트 목록은 Wwise 오브젝트 레퍼런스 를 참고하세요. |
restriction.restrictions[...].sharedOnlyTypes | array | An array of types that are only supported as Shared objects (i.e., not Custom) even if the reference can support Custom objects. This is always a subset of "type". |
restriction.restrictions[...].sharedOnlyTypes [...] | string | Possible object type supported as Shared only. 오브젝트 목록은 Wwise 오브젝트 레퍼런스 를 참고하세요. |
restriction.restrictions[...].category * | array | 지원 카테고리의 배열. |
restriction.restrictions[...].category [...] | string | 사용 가능한 지원 카테고리. |
restriction.restrictions[...].childOfReference * | string | 레퍼런스 이름. |
restriction.type * | string | 속성의 값 제한. 사용 가능한 값:
|
restriction.values * | array | 속성이 제한되어 있는 사용 가능한 열거 값의 배열. |
restriction.values [...] | object | 이름이 있는 열거된 값. |
restriction.values[...].value | one of: | 열거된 값. |
number | 숫자 값. | |
boolean | boolean 값. | |
restriction.values[...].displayName | string | 값에 연관된 이름. |
ui | object | 속성이 어떻게 표시될 것인지에 대한 정보. |
ui.value | object | Wwise UI에서 속성 값을 어떻게 다룰 것인지를 지정합니다. |
ui.value.decimals | integer | 값을 표시할 때 사용되는 소수점의 개수. |
ui.value.step | number | 값이 얼만큼씩 증가되는지 표시되는 양. |
ui.value.fine | number | 세밀하게 조정할 때 값이 얼만큼씩 증가되는지 표시되는 양. |
ui.value.min | number | 최소 표시 값. |
ui.value.max | number | 최대 표시 값. |
ui.value.infinity | number | 무한대를 나타낼 때 사용하는 숫자. |
ui.displayAs | object | 속성이 어떻게 표시될 지를 설명합니다. |
ui.displayAs.lrMix | boolean | 속성이 좌우 믹스로 표시돼야 하는지를 나타냅니다. |
ui.displayAs.musicNote | boolean | 속성이 음표로 표시돼야 하는지를 나타냅니다 (MIDI). |
ui.displayAs.bitfield | boolean | 속성이 비트필드(bitfield)로 표시돼야 하는지를 나타냅니다. |
ui.dataMeaning | string | 속성의 단위 타입. 사용 가능한 값:
|
ui.autoUpdate | boolean | 슬라이더를 움직일 때 속성의 값이 업데이트 되는지 여부를 나타냅니다. |
Wwise Authoring API에 대한 더 자세한 정보는 Wwise Authoring API (WAAPI, Wwise 저작 API) 사용하기 를 참고하세요.
프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.
Wwise를 시작해 보세요