Interface ICompositorTarget<TMsg>
Namespace: Unity.Compositor
Syntax
public interface ICompositorTarget<TMsg> : IPortIdentifier, IBufferElementData where TMsg : struct
Type Parameters
| Name | Description |
|---|---|
| TMsg |
Properties
Value
Declaration
TMsg Value { get; set; }
Property Value
| Type | Description |
|---|---|
| TMsg |