API_GhostStoryType
고스트 층 설정입니다.
typedef struct { GS::Bool8 on; GS::Bool8 showOne; GS::Bool8 showAbove; GS::Bool8 showBelow; short storyInd; short filler_1; API_RGBColor ghostColor; API_ElemFilter filter; Int32 filler_2; } API_GhostStoryType;
멤버
- on
- 고스트 층이 보이거나 숨겨져 있습니다.
- showOne
- 고스트 층이
storyInd
필드에 지정되어 있습니다. - showAbove
- 현재 위의 층을 고스트 층으로 보여줍니다.
- showBelow
- 현재 아래의 층을 고스트 층으로 보여줍니다.
- storyInd
- 고스트 층으로 표시되는 층의 인덱스입니다. (만약
showOne
이true
이면) - ghostColor
- 고스트 층 컬러입니다.
- filter
- 고스트 층에서 보여줄 요소들을 활성화/비활성화하기 위한 요소 타입 필터입니다.
설명
이 structure는 API_StoryInfo의 멤버입니다.
고스트 층 설정은 APIEnv_GetGhostStorySettingsID 환경 함수로 가져올 수 있습니다.
요구사항
- 버전: API 2.1 또는 이후
- 헤더: APIdefs_Environment.h
참고사항
API_RGBColor
API_ElemFilter
API_StoryInfo
APIEnv_GetGhostStorySettingsID
API 타입