Graphisoft®

API Development KitVersion: 18

API_CamSetType

카메라 집합을 의미합니다.

    typedef struct {
        API_Elem_Head          head;
        GS::uchar_t            name [API_UniLongNameLen];
        API_PersCamSetPars     perspPars;
        GS::Bool8              active;
        GS::Bool8              filler_2[7];
        API_Guid               firstCam;
        API_Guid               actCam;
    } API_CamSetType;

 

멤버

head
일반적인 요소 헤더입니다.
name[API_UniLongNameLen] Modified in 18
카메라 집합의 Unicode (UTF-16) 이름입니다.
perspPars
Perspective 카메라의 파라미터들입니다.
active
이것은 활성 카메라 집합입니까?
firstCam 11
카메라 집합 내 1번째 카메라입니다.
actCam 11
카메라 집합 내 실제 카메라입니다.

 

요구사항

버전: API 2.1 또는 이후
헤더: APIdefs_Elements.h

 

참고사항

API_Elem_Head, API_PersCamSetPars, API_Element,
요소 관리자, API 타입