File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
com.unity.renderstreaming/Documentation~ Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 3030
3131This component streams the ` Camera ` component's camera rendering results. Uses ` Target Texture ` to store the rendering results.
3232
33+ > [ !NOTE]
34+ > You can attach the ` Target Texture ` to the ` Camera ` component.
35+ > If ` Target Texture ` is attached on Camera, use that ` Render Texture ` setting first.
36+
3337![ Camera Streamer inspector] ( images/camerastreamer_inspector.png )
3438
3539### Properties
3640
3741| Parameter | Description | Default |
3842| ---------------------------- | ------------------------------------------------------------------- | ------------------------------- |
3943| ** Streaming Size** | Size of the frame buffer used for streaming | 1280, 720 |
44+ | ** Anti-aliasing** | The antialiasing level for the RenderTexture | None |
45+ | ** Depth Buffer** | The precision of the render texture's depth buffer in bits | No depth buffer |
4046
4147## ` WebCamStreamer `
4248
You can’t perform that action at this time.
0 commit comments