Class SystemComponentManager
SystemComponentManager is in charge of bindings and properties attached as components to SystemGraphComponent
Inherited Members
Namespace: Global Namespace
Assembly: solution.dll
Syntax
public class SystemComponentManager
  Constructors
| Name | Description | 
|---|---|
| SystemComponentManager(SystemGraphComponent) | Initializes a new instance of the SystemComponentManager class.  | 
      
Properties
| Name | Description | 
|---|---|
| MapComponent | Gets the map component.  | 
      
Methods
| Name | Description | 
|---|---|
| AddPendingBindings() | Adds the pending bindings.  | 
      
| AddPendingComponents() | Adds the pending components.  | 
      
| AddPendingProperties() | Adds the pending properties.  | 
      
| DestroyPendingComponents() | Destroys the pending components.  | 
      
| GetComponentAttachment(string) | Gets the component attachment.  | 
      
| KeyForParameter(SerializedParameter) | Returns the component key from a parameter struct  |