diff --git a/Assets/Mirror/Components/NetworkTransformChild.cs b/Assets/Mirror/Components/NetworkTransformChild.cs index a5072e84d..0c6a43d15 100644 --- a/Assets/Mirror/Components/NetworkTransformChild.cs +++ b/Assets/Mirror/Components/NetworkTransformChild.cs @@ -2,6 +2,10 @@ namespace Mirror { + /// + /// A component to synchronize the position of child transforms of networked objects. + /// There must be a NetworkTransform on the root object of the hierarchy. There can be multiple NetworkTransformChild components on an object. This does not use physics for synchronization, it simply synchronizes the localPosition and localRotation of the child transform and lerps towards the recieved values. + /// [AddComponentMenu("Network/NetworkTransformChild")] [HelpURL("https://vis2k.github.io/Mirror/Components/NetworkTransformChild")] public class NetworkTransformChild : NetworkTransformBase