Struct PreAnimationGraphSlot.Kernel
Namespace: Unity.Compositor.Animation
Syntax
public struct Kernel : IGraphKernel<PreAnimationGraphSlot.KernelData, PreAnimationGraphSlot.DataPorts>, IGraphKernel
Methods
Execute(RenderContext, PreAnimationGraphSlot.KernelData, ref PreAnimationGraphSlot.DataPorts)
Declaration
public void Execute(RenderContext ctx, PreAnimationGraphSlot.KernelData data, ref PreAnimationGraphSlot.DataPorts ports)
Parameters
Type | Name | Description |
---|---|---|
RenderContext | ctx | |
PreAnimationGraphSlot.KernelData | data | |
PreAnimationGraphSlot.DataPorts | ports |