Class NetworkTransformChildEditor
Inheritance
NetworkTransformChildEditor
Inherited Members
Editor.MoveNextTarget()
Assembly: com.unity.multiplayer-hlapi.Editor.dll
[CustomEditor(typeof(NetworkTransformChild), true)]
[CanEditMultipleObjects]
[Obsolete("The high level API classes are deprecated and will be removed in the future.")]
public class NetworkTransformChildEditor : Editor
Fields
Declaration
protected GUIContent m_InterpolateMovementLabel
Field Value
Declaration
protected GUIContent m_InterpolateRotationLabel
Field Value
Declaration
protected GUIContent m_MovementThresholdLabel
Field Value
Declaration
protected GUIContent m_RotationAxisLabel
Field Value
Declaration
protected GUIContent m_RotationSyncCompressionLabel
Field Value
Declaration
protected GUIContent m_TargetLabel
Field Value
Methods
Declaration
Implement this function to make a custom inspector.
Declaration
public override void OnInspectorGUI()
Overrides
Declaration
protected void ShowControls()