Manual

Manual

Flex Panel Node의 Flex Shrink 속성 가져오기

이 문서에서는 Flex Panel Node의 flexShrink 속성을 가져오는 함수인 flexpanel_node_style_get_flex_shrink에 대해 설명합니다. 이 함수는 특정 Flex Panel Node의 축소 비율을 반환합니다. 함수 설명 * 함수명: flexpanel_node_style_get_flex_shrink * 문법: flexpanel_node_style_get_flex_shrink(node); * 인자: * node: Flex Panel Node - 속성을

By 이재협/실장/시스템개발실/PHYSIA

Manual

Flex Panel Node 스타일 가져오기

이 문서는 flexpanel_node_style_get_flex_direction 함수에 대해 설명합니다. 이 함수는 주어진 Flex Panel Node의 flexDirection 속성을 반환합니다. 함수 설명 * 함수 이름: flexpanel_node_style_get_flex_direction * 구문: flexpanel_node_style_get_flex_direction(node); 매개변수 매개변수 유형 설명 node Flex Panel Node 읽어올 노드 반환값 * 유형:

By 이재협/실장/시스템개발실/PHYSIA

Manual

flexpanel_node_style_get_flex_basis 함수 설명

flexpanel_node_style_get_flex_basis 함수는 주어진 Flex Panel Node의 flexBasis 속성을 반환합니다. 이 함수는 Flexbox 레이아웃에서 요소의 기본 크기를 설정하는 데 사용됩니다. 함수 문법 flexpanel_node_style_get_flex_basis(node); 인수 설명 인수 타입 설명 node Flex Panel Node 읽어올 노드 반환값 * Flex Panel Unit-Value Struct: 노드의

By 이재협/실장/시스템개발실/PHYSIA

Manual

Flex Panel 노드 스타일 가져오기

이 문서는 Flex Panel 노드의 디스플레이 속성을 가져오는 함수에 대해 설명합니다. 이 함수는 특정 Flex Panel 노드의 디스플레이 속성을 반환합니다. 함수 설명 함수 이름 flexpanel_node_style_get_display 기능 주어진 Flex Panel 노드의 디스플레이 속성을 반환합니다. 문법 flexpanel_node_style_get_display(node); 인수 인수 타입 설명 node Flex

By 이재협/실장/시스템개발실/PHYSIA

Manual

Flex Panel 노드 방향 가져오기

이 문서는 Flex Panel 노드의 방향 속성을 가져오는 함수에 대해 설명합니다. 이 함수는 주어진 Flex Panel 노드의 방향 속성을 반환합니다. 함수 설명 함수명 flexpanel_node_style_get_direction 문법 flexpanel_node_style_get_direction(node); 인자 설명 인자 타입 설명 node Flex Panel Node 읽어올 노드 반환값 * Flex Panel Layout

By 이재협/실장/시스템개발실/PHYSIA

Manual

Flex Panel Node 스타일 경계 가져오기

이 문서는 Flex Panel Node의 특정 엣지에 대한 경계를 가져오는 함수인 flexpanel_node_style_get_border에 대해 설명합니다. 이 함수는 주어진 엣지의 경계 값을 반환합니다. 함수 설명 함수명 flexpanel_node_style_get_border 문법 flexpanel_node_style_get_border(node, edge); 매개변수 매개변수 타입 설명 node Flex Panel Node 읽어올

By 이재협/실장/시스템개발실/PHYSIA

Manual

Flex Panel Node 스타일 속성 가져오기

이 문서는 flexpanel_node_style_get_align_content 함수에 대해 설명합니다. 이 함수는 주어진 Flex Panel Node의 alignContent 속성을 반환합니다. 함수 설명 * 함수 이름: flexpanel_node_style_get_align_content * 기능: Flex Panel Node의 alignContent 속성을 가져옵니다. 문법 flexpanel_node_style_get_align_content(node); 매개변수 매개변수 유형 설명 node

By 이재협/실장/시스템개발실/PHYSIA

Manual

Flex Panel Node 스타일 속성 가져오기

이 문서는 flexpanel_node_style_get_align_items 함수에 대해 설명합니다. 이 함수는 주어진 Flex Panel Node의 alignItems 속성을 반환합니다. 함수 설명 * 함수 이름: flexpanel_node_style_get_align_items * 설명: 주어진 Flex Panel Node의 alignItems 속성을 반환합니다. * 문법: gml flexpanel_node_style_get_align_items(node); * 인수: |인수 이름|

By 이재협/실장/시스템개발실/PHYSIA