Property | Type | Description | |
---|---|---|---|
maxZoom | float | ||
minZoom | float | ||
movementSpeed | float | ||
tracking | bool |
Method | Description | |
---|---|---|
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 | |
return | void |