C# Class UnityEditor.NetworkTransformEditor

Inheritance: Editor
显示文件 Open project: CarlosHBC/UnityDecompiled

Protected Properties

Property Type Description
m_InterpolateMovementLabel UnityEngine.GUIContent
m_InterpolateRotationLabel UnityEngine.GUIContent
m_MovementThesholdLabel UnityEngine.GUIContent
m_RotationSyncCompressionLabel UnityEngine.GUIContent
m_SnapThresholdLabel UnityEngine.GUIContent
m_SyncSpinLabel UnityEngine.GUIContent

Public Methods

Method Description
Init ( ) : void
OnInspectorGUI ( ) : void

Protected Methods

Method Description
ShowControls ( ) : void

Method Details

Init() public method

public Init ( ) : void
return void

OnInspectorGUI() public method

public OnInspectorGUI ( ) : void
return void

ShowControls() protected method

protected ShowControls ( ) : void
return void

Property Details

m_InterpolateMovementLabel protected_oe property

protected GUIContent,UnityEngine m_InterpolateMovementLabel
return UnityEngine.GUIContent

m_InterpolateRotationLabel protected_oe property

protected GUIContent,UnityEngine m_InterpolateRotationLabel
return UnityEngine.GUIContent

m_MovementThesholdLabel protected_oe property

protected GUIContent,UnityEngine m_MovementThesholdLabel
return UnityEngine.GUIContent

m_RotationSyncCompressionLabel protected_oe property

protected GUIContent,UnityEngine m_RotationSyncCompressionLabel
return UnityEngine.GUIContent

m_SnapThresholdLabel protected_oe property

protected GUIContent,UnityEngine m_SnapThresholdLabel
return UnityEngine.GUIContent

m_SyncSpinLabel protected_oe property

protected GUIContent,UnityEngine m_SyncSpinLabel
return UnityEngine.GUIContent