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