Class LongPropertyWriterNode
Inheritance
LongPropertyWriterNode
Syntax
public class LongPropertyWriterNode : GameplayPropertyWriterNode<LongPropertyWriterNode.NodeData, LongPropertyWriterNode.Ports>, IEntityContextHandler, ITaskPortMsgHandler<IEntityContextHandler, EntityContext>, IMsgHandler<ulong>, IMsgHandler<long>
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.LongPropertyWriterNode.NodeData, Unity.Compositor.LongPropertyWriterNode.Ports>.GetContextPort(NodeHandle)
HandleMessage(MessageContext, Int64)
Declaration
public void HandleMessage(in MessageContext ctx, in long message)
Parameters
Type |
Name |
Description |
MessageContext |
ctx |
|
Int64 |
message |
|