Camera
Set Field of View
Sets the field of view for a camera. For more information, refer to the Camera.fieldOfView page in the Unity documentation.
Inputs:
Name
Type
Description
Enter
Flow
Flow to activate the node.
Camera In
Camera
The camera to modify.
Field Of View
Float [editable]
The new field of view.
Outputs:
Name
Type
Description
Exit
Flow
Continue the activating flow.
Set Target Texture
Sets a Render Texture as the target to display a view from a camera. For more information, refer to the Camera.targetTexture page in the Unity documentation.
Inputs:
Name
Type
Description
Enter
Flow
Flow to activate the node.
Camera In
Camera
The camera to modify.
Render Texture
Render Texture
The texture to render the camera to.
Outputs:
Name
Type
Description
Exit
Flow
Continue the activating flow.
Last updated