API_ShowGhostType
고스트가 보여지는 방식을 의미합니다.
typedef enum { APIGhost_NoFloor, APIGhost_ShowOneFloor, APIGhost_ShowAboveFloor, APIGhost_ShowBelowFloor, APIGhost_ShowPreviousFloor, APIGhost_ShowAllStructure } API_ShowGhostType;
멤버
- APIGhost_NoFloor
- 보이는 층이 없습니다. (예. 단면 또는 디테일 데이터베이스)
- APIGhost_ShowOneFloor
- API_GhostRecord에 지정된 한 층을 보여줍니다.
- APIGhost_ShowAboveFloor
- 층 위를 보여줍니다.
- APIGhost_ShowBelowFloor
- 층 아래를 보여줍니다.
- APIGhost_ShowPreviousFloor
- 예전 층을 보여줍니다.
- APIGhost_ShowAllStructure
- 모두 보여줍니다.
요구사항
- 버전: API 13 또는 이후
- 헤더: APIdefs_Environment.h