Class UShortPropertyWriterNode
Inheritance
UShortPropertyWriterNode
Syntax
public class UShortPropertyWriterNode : GameplayPropertyWriterNode<UShortPropertyWriterNode.NodeData, UShortPropertyWriterNode.Ports>, IEntityContextHandler, ITaskPortMsgHandler<IEntityContextHandler, EntityContext>, IMsgHandler<ulong>, IMsgHandler<ushort>
Methods
GetContextPort(NodeHandle)
Declaration
protected override InputPortID GetContextPort(NodeHandle handle)
Parameters
Type |
Name |
Description |
NodeHandle |
handle |
|
Returns
Type |
Description |
InputPortID |
|
Overrides
Unity.Compositor.GameplayPropertyWriterNode<Unity.Compositor.UShortPropertyWriterNode.NodeData, Unity.Compositor.UShortPropertyWriterNode.Ports>.GetContextPort(NodeHandle)
HandleMessage(MessageContext, UInt16)
Declaration
public void HandleMessage(in MessageContext ctx, in ushort message)
Parameters
Type |
Name |
Description |
MessageContext |
ctx |
|
UInt16 |
message |
|