Method GetComponentAttachments
GetComponentAttachments()
Get all the components used by this SystemGraphComponent. Components include properties and bindings.
Declaration
public ReadOnlyDictionary<string, IComponentAttachment> GetComponentAttachments()
Returns
| Type | Description | 
|---|---|
| ReadOnlyDictionary<string, IComponentAttachment> | A map of Property/Binding name -> Monobehaviour component for all properties and bindings.  |