Struct Connection
Inherited Members
Namespace: UnityEditor.MemoryProfiler
Assembly: UnityEditor.dll
Syntax
[Serializable]
public struct Connection
Constructors
| Improve this Doc View SourceConnection(Int32, Int32)
Declaration
public Connection(int from, int to)
Parameters
Type | Name | Description |
---|---|---|
Int32 | from | |
Int32 | to |
Properties
| Improve this Doc View Sourcefrom
Declaration
public int from { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
to
Declaration
public int to { get; set; }
Property Value
Type | Description |
---|---|
Int32 |