C# Class UnityEditor.NetworkTransformChildEditor

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

Protected Properties

Property Type Description
m_InterpolateMovementLabel UnityEngine.GUIContent
m_InterpolateRotationLabel UnityEngine.GUIContent
m_MovementThresholdLabel UnityEngine.GUIContent
m_RotationSyncCompressionLabel 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_MovementThresholdLabel protected_oe property

protected GUIContent,UnityEngine m_MovementThresholdLabel
return UnityEngine.GUIContent

m_RotationSyncCompressionLabel protected_oe property

protected GUIContent,UnityEngine m_RotationSyncCompressionLabel
return UnityEngine.GUIContent