Inheritance
System.Object
CameraCapture
public static class CameraCapture
Methods
Declaration
public static void AddCaptureAction(Camera camera, Action<RenderTargetIdentifier, CommandBuffer> action)
Parameters
Type |
Name |
Description |
Camera |
camera |
|
System.Action<RenderTargetIdentifier, CommandBuffer> |
action |
|
Declaration
public static IEnumerator<Action<RenderTargetIdentifier, CommandBuffer>> GetActions(Camera camera)
Parameters
Type |
Name |
Description |
Camera |
camera |
|
Returns
Type |
Description |
System.Collections.Generic.IEnumerator<System.Action<RenderTargetIdentifier, CommandBuffer>> |
|
Declaration
public static void RemoveCaptureAction(Camera camera, Action<RenderTargetIdentifier, CommandBuffer> action)
Parameters
Type |
Name |
Description |
Camera |
camera |
|
System.Action<RenderTargetIdentifier, CommandBuffer> |
action |
|