CameraRig.Camera

Description

Returns the Camera object of this rig.

C# Syntax

// get accessor

Camera rtn = CameraRig.Camera;

Examples

VBScript Example

set oRoot = ActiveProject.ActiveScene.Root

set oRig = oRoot.AddCameraRig( "Camera" )

Application.LogMessage oRig & ".camera = " & oRig.camera

Application.LogMessage oRig.camera & ".interest = " & oRig.camera.interest