프로퍼티 | 타입 | 설명 | |
---|---|---|---|
maxZoom | float | ||
minZoom | float | ||
movementSpeed | float | ||
tracking | bool |
메소드 | 설명 | |
---|---|---|
ResetCamera ( ) : void | ||
ResetCamera ( float newMinZoom, float newMaxZoom ) : void | ||
SetTracking ( bool b ) : void | ||
Start ( ) : void | ||
Update ( ) : void |
public ResetCamera ( float newMinZoom, float newMaxZoom ) : void | ||
newMinZoom | float | |
newMaxZoom | float | |
리턴 | void |