Class NetworkTransformVisualizer
This is a helper component to help understand and debug networked movement synchronization with the NetworkTransform component.
Inheritance
Inherited Members
Namespace: UnityEngine.Networking
Syntax
[DisallowMultipleComponent]
[AddComponentMenu("Network/NetworkTransformVisualizer")]
[RequireComponent(typeof(NetworkTransform))]
[Obsolete("The high level API classes are deprecated and will be removed in the future.")]
public class NetworkTransformVisualizer : NetworkBehaviour
Properties
visualizerPrefab
The prefab to use for the visualization object.
Declaration
public GameObject visualizerPrefab { get; set; }
Property Value
Type | Description |
---|---|
GameObject |
Methods
OnStartClient()
Declaration
public override void OnStartClient()
Overrides
OnStartLocalPlayer()
Declaration
public override void OnStartLocalPlayer()