C# Class UnityEditor.NetworkBehaviourInspector

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

Protected Properties

Property Type Description
m_NetworkChannelLabel UnityEngine.GUIContent
m_NetworkSendIntervalLabel UnityEngine.GUIContent
m_SyncVarNames List

Public Methods

Method Description
OnInspectorGUI ( ) : void

Private Methods

Method Description
Init ( MonoScript script ) : void

Method Details

OnInspectorGUI() public method

public OnInspectorGUI ( ) : void
return void

Property Details

m_NetworkChannelLabel protected_oe property

protected GUIContent,UnityEngine m_NetworkChannelLabel
return UnityEngine.GUIContent

m_NetworkSendIntervalLabel protected_oe property

protected GUIContent,UnityEngine m_NetworkSendIntervalLabel
return UnityEngine.GUIContent

m_SyncVarNames protected_oe property

protected List m_SyncVarNames
return List