Represents the mapping between virtual sockets and connectors in the modular configurator.
What does it unlock?
Represents the mapping between virtual sockets and connectors. Manages component connection points.
Practical Application
Maps virtual sockets (connection points) to physical connectors on components. Shows which attachment
points on a component accept which other component types. Used for validating and visualizing
modular assembly connections.
AI Coding Best Practices
Access via component.virtualSocketToConnectorsMap. Use to validate user-proposed assemblies in
drag-and-drop builder UIs. Before calling SetComponent for a child, verify the parent has a
compatible socket. Prevents invalid configurations.
Represents the mapping between virtual sockets and connectors in the modular configurator.
What does it unlock?
Represents the mapping between virtual sockets and connectors. Manages component connection points.
Practical Application
Maps virtual sockets (connection points) to physical connectors on components. Shows which attachment points on a component accept which other component types. Used for validating and visualizing modular assembly connections.
AI Coding Best Practices
Access via component.virtualSocketToConnectorsMap. Use to validate user-proposed assemblies in drag-and-drop builder UIs. Before calling SetComponent for a child, verify the parent has a compatible socket. Prevents invalid configurations.