RescaleObject
Overloads
| Name | Description |
|---|---|
| RescaleObject(int objectIndex, float scale) | 3D 원본 객체 대비 2D 객체의 크기 비율을 scale 만큼 조정 |
RescaleObject(int objectIndex, float scale)
public void RescaleObject(int objectIndex, float scale)
3D 원본 객체 대비 2D 객체의 크기 비율을 scale 만큼 조정
Parameters
| Name | Type | Description |
|---|---|---|
| objectIndex | int | 조정할 2D 객체의 인덱스 |
| scale | float | 조정할 크기 비율 |