Class SimpleBlendTree2DNode
Inheritance
SimpleBlendTree2DNode
Syntax
public class SimpleBlendTree2DNode : NodeDefinition<SimpleBlendTree2DNode.NodeData, SimpleBlendTree2DNode.MessagePorts, SimpleBlendTree2DNode.KernelData, SimpleBlendTree2DNode.DataPorts, SimpleBlendTree2DNode.Kernel>, IMsgHandler<BlobAssetReference<BlendTree2DSimpleDirectional>>, IMsgHandler<float>, IRigContextHandler
Methods
Destroy(DestroyContext)
Declaration
protected override void Destroy(DestroyContext ctx)
Parameters
Type |
Name |
Description |
DestroyContext |
ctx |
|
GetPort(NodeHandle)
Declaration
public InputPortID GetPort(NodeHandle handle)
Parameters
Type |
Name |
Description |
NodeHandle |
handle |
|
Returns
Type |
Description |
InputPortID |
|
HandleMessage(MessageContext, BlobAssetReference<BlendTree2DSimpleDirectional>)
Declaration
public void HandleMessage(in MessageContext ctx, in BlobAssetReference<BlendTree2DSimpleDirectional> msg)
Parameters
Type |
Name |
Description |
MessageContext |
ctx |
|
BlobAssetReference<BlendTree2DSimpleDirectional> |
msg |
|
HandleMessage(MessageContext, Rig)
Declaration
public void HandleMessage(in MessageContext ctx, in Rig msg)
Parameters
Type |
Name |
Description |
MessageContext |
ctx |
|
Rig |
msg |
|
HandleMessage(MessageContext, Single)
Declaration
public void HandleMessage(in MessageContext ctx, in float msg)
Parameters
Type |
Name |
Description |
MessageContext |
ctx |
|
Single |
msg |
|
Init(InitContext)
Declaration
protected override void Init(InitContext ctx)
Parameters
Type |
Name |
Description |
InitContext |
ctx |
|