v12.0 (2014)
Creates a shot camera based from a source camera
oReturn = CreateShotCamera( SourceCamera, DestCamera, [WithoutInterest] ); |
Returns the new camera object
Parameter | Type | Description |
---|---|---|
SourceCamera | String | The source camera name |
DestCamera | String | The target camera name |
WithoutInterest | Boolean | Switch to create a camera with or without an interest
Default Value: true |