MEPSystem.Add
Description:
Add elements into the system and connect them with the system using given connectors.
Add elements into the system and connect them with the system using given connectors.
Remarks:
Note: this method may not be called during dynamic update.
Note: this method may not be called during dynamic update.
public virtual void Add(
ConnectorSet connectors
)
-
connectorsConnectors which are used to connect with the system.
-
Thrown when the input argument connectors is, or any connector in that collection is.
-
Throw when any of the input connectors have been already used, or when they don't share the same domain or system type as the system.
-
Thrown when the operation failed.
-
Thrown if this method is called during dynamic update.