GetObjectScale
Overloads
| Name | Description |
|---|---|
| GetObjectScale(int objectIndex) | 현재 작업 중인 2D 객체의 scale 값 반환 |
GetObjectScale(int objectIndex)
public float GetObjectScale(int objectIndex)
현재 작업 중인 2D 객체의 scale 값 반환
Parameters
| Name | Type | Description |
|---|---|---|
| objectIndex | int |
Returns
| Type | Description |
|---|---|
| float | 3D 원본 객체 대비 2D 캔버스 상의 현재 작업 중인 객체의 크기 비율 |