Class PreAnimationGraphSlot
Inheritance
PreAnimationGraphSlot
Inherited Members
Unity.DataFlowGraph.NodeDefinition.VirtualTable
Unity.DataFlowGraph.NodeDefinition.BaseTraits
Unity.DataFlowGraph.NodeDefinition.SimulationStorageTraits
Unity.DataFlowGraph.NodeDefinition.KernelStorageTraits
Syntax
public class PreAnimationGraphSlot : SimulationKernelNodeDefinition<PreAnimationGraphSlot.MessagePorts, PreAnimationGraphSlot.DataPorts>, IRigContextHandler<PreAnimationGraphSlot.NodeData>, IRigContextHandler, ITaskPort<IRigContextHandler>, ITimeControlHandler<PreAnimationGraphSlot.NodeData>, ITimeControlHandler, ITaskPort<ITimeControlHandler>, IEntityContextHandler<PreAnimationGraphSlot.NodeData>, IEntityContextHandler, ITaskPort<IEntityContextHandler>
Explicit Interface Implementations
ITaskPort<IRigContextHandler>.GetPort(NodeHandle)
Declaration
InputPortID ITaskPort<IRigContextHandler>.GetPort(NodeHandle handle)
Parameters
Returns
Implements
ITaskPort<IEntityContextHandler>.GetPort(NodeHandle)
Declaration
InputPortID ITaskPort<IEntityContextHandler>.GetPort(NodeHandle handle)
Parameters
Returns
Implements
ITaskPort<ITimeControlHandler>.GetPort(NodeHandle)
Declaration
InputPortID ITaskPort<ITimeControlHandler>.GetPort(NodeHandle handle)
Parameters
Returns
Implements