Struct ConvertRootMotionOutput.Kernel
Namespace: Unity.Timeline.Animation
Syntax
public struct Kernel : IGraphKernel<ConvertToBase<ConvertRootMotionOutput, RigidTransform, AnimationRootMotionOutput, ConvertRootMotionOutput.Kernel>.KernelData, ConvertToBase<ConvertRootMotionOutput, RigidTransform, AnimationRootMotionOutput, ConvertRootMotionOutput.Kernel>.KernelDefs>, IGraphKernel
Methods
Execute(RenderContext, ConvertToBase<ConvertRootMotionOutput, RigidTransform, AnimationRootMotionOutput, ConvertRootMotionOutput.Kernel>.KernelData, ref ConvertToBase<ConvertRootMotionOutput, RigidTransform, AnimationRootMotionOutput, ConvertRootMotionOutput.Kernel>.KernelDefs)
Declaration
public void Execute(RenderContext ctx, ConvertToBase<ConvertRootMotionOutput, RigidTransform, AnimationRootMotionOutput, ConvertRootMotionOutput.Kernel>.KernelData data, ref ConvertToBase<ConvertRootMotionOutput, RigidTransform, AnimationRootMotionOutput, ConvertRootMotionOutput.Kernel>.KernelDefs ports)
Parameters
Type | Name | Description |
---|---|---|
Unity.DataFlowGraph.RenderContext | ctx | |
ConvertToBase.KernelData<> | data | |
ConvertToBase.KernelDefs<> | ports |
Implements
Unity.DataFlowGraph.IGraphKernel<TKernelData, TKernelPortDefinition>.Execute(Unity.DataFlowGraph.RenderContext, TKernelData, TKernelPortDefinition)