FlyToObject3d
Overloads
FlyToObject3d(float zoomRatio)
public void FlyToObject3d(float zoomRatio)
선택 개체로 비행
Parameters
| Name | Type | Description |
|---|---|---|
| zoomRatio | float | Zoom Ratio. Value >= 1.0f |
FlyToObject3d(List<Node> node, float zoomRatio)
public void FlyToObject3d(List<Node> node, float zoomRatio)
개체로 비행
Parameters
| Name | Type | Description |
|---|---|---|
| node | List<Node> | 노드 목록 |
| zoomRatio | float | Zoom Ratio. Value >= 1.0f |
FlyToObject3d(List<int> index, float zoomRatio)
public void FlyToObject3d(List<int> index, float zoomRatio)
개체로 비행
Parameters
| Name | Type | Description |
|---|---|---|
| index | List<int> | 노드 인덱스 |
| zoomRatio | float | Zoom Ratio. Value >= 1.0f |
FlyToObject3d(GroupItem group, float zoomRatio)
public void FlyToObject3d(GroupItem group, float zoomRatio)
개체로 비행
Parameters
| Name | Type | Description |
|---|---|---|
| group | GroupItem | 그룹 아이템 |
| zoomRatio | float | Zoom Ratio. Value >= 1.0f |