mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
NetworkTransformChild
This commit is contained in:
parent
44863fdab3
commit
ed90b7dc3d
@ -2,6 +2,10 @@
|
||||
|
||||
namespace Mirror
|
||||
{
|
||||
/// <summary>
|
||||
/// A component to synchronize the position of child transforms of networked objects.
|
||||
/// <para>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.</para>
|
||||
/// </summary>
|
||||
[AddComponentMenu("Network/NetworkTransformChild")]
|
||||
[HelpURL("https://vis2k.github.io/Mirror/Components/NetworkTransformChild")]
|
||||
public class NetworkTransformChild : NetworkTransformBase
|
||||
|
Loading…
Reference in New Issue
Block a user