Class NetworkTransformVisualizer
This is a helper component to help understand and debug networked movement synchronization with the NetworkTransform component.
Inherited Members
Namespace: UnityEngine.Networking
Syntax
[Obsolete("The high level API classes are deprecated and will be removed in the future.")]
public class NetworkTransformVisualizer : NetworkBehaviourProperties
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()