C# Класс Mirror.NetworkTransformChild

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 LocalOrientation of the child transform and lerps towards the received values.

Наследование: Mirror.NetworkTransformBase
Показать файл Открыть проект Примеры использования класса