Class IComponentAttachment
Base component used by system graph.
Inherited Members
Namespace: Global Namespace
Assembly: solution.dll
Syntax
[Serializable]
public class IComponentAttachment : MonoBehaviour
Fields
| Name | Description |
|---|---|
| Name | Component name, to be used by the actual component type (property, binding). |
| ParentGuid | Guid of the system graph using this component. |
| _guid | The unique identifier for this Component attachment |
| _parent | Reference to the parent systemgraph, set at runtime during bindings creation |
Properties
| Name | Description |
|---|---|
| Guid | Guid for the component to be used by the actual component type. |
| Parent | Reference to the parent systemgraph if it exists. |
Methods
| Name | Description |
|---|---|
| Bind() | A function that is run when the bindings are done for system graph. Good place for initialization code. |
| GetKey() | Gets the key that defines this component attachment, the key is used to identify the component in a map. |