Struct Message
Inherited Members
Namespace: Unity.DataFlowGraph
Syntax
public struct Message
Constructors
Message(Int32)
Declaration
public Message(int contentsToSend)
Parameters
Type | Name | Description |
---|---|---|
Int32 | contentsToSend |
Fields
Contents
Declaration
public int Contents
Field Value
Type | Description |
---|---|
Int32 |
Operators
Implicit(Int32 to Message)
Declaration
public static implicit operator Message(int v)
Parameters
Type | Name | Description |
---|---|---|
Int32 | v |
Returns
Type | Description |
---|---|
Message |