Interface IReferenceBoundObject
Namespace: Unity.Compositor.GraphViewModel
Syntax
public interface IReferenceBoundObject
Properties
BoundObject
Declaration
object BoundObject { get; set; }
Property Value
| Type | Description |
|---|---|
| Object |
PortModel
Declaration
IPortModel PortModel { get; set; }
Property Value
| Type | Description |
|---|---|
| UnityEditor.VisualScripting.GraphViewModel.IPortModel |