Urho 1.0.0.0 System.Enum Component and child node creation mode for networking. Determines whether a  or  is local, that is, it only exists in the current process, or replicated, that is, that it gets replicated to other processes when using the  subsystem. The CreateMode translates into two different node and component ID ranges - replicated ID's range from 0x1 to 0xffffff, while local ID's range from 0x1000000 to 0xffffffff. This means there is a maximum of 16777215 replicated nodes or components in a scene. Field 1.0.0.0 Urho.CreateMode The node or component is local and will not be replicated when the program participates in a network game. Field 1.0.0.0 Urho.CreateMode The component will be replicated over the network.