C# Class UnityEditor.OtherRenderingEditor

Inheritance: Editor
显示文件 Open project: randomize/VimConfig

Protected Properties

Property Type Description
m_FlareFadeSpeed UnityEditor.SerializedProperty
m_FlareStrength UnityEditor.SerializedProperty
m_HaloStrength UnityEditor.SerializedProperty
m_HaloTexture UnityEditor.SerializedProperty
m_SpotCookie UnityEditor.SerializedProperty

Public Methods

Method Description
OnDisable ( ) : void
OnEnable ( ) : void
OnInspectorGUI ( ) : void

Method Details

OnDisable() public method

public OnDisable ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

OnInspectorGUI() public method

public OnInspectorGUI ( ) : void
return void

Property Details

m_FlareFadeSpeed protected_oe property

protected SerializedProperty,UnityEditor m_FlareFadeSpeed
return UnityEditor.SerializedProperty

m_FlareStrength protected_oe property

protected SerializedProperty,UnityEditor m_FlareStrength
return UnityEditor.SerializedProperty

m_HaloStrength protected_oe property

protected SerializedProperty,UnityEditor m_HaloStrength
return UnityEditor.SerializedProperty

m_HaloTexture protected_oe property

protected SerializedProperty,UnityEditor m_HaloTexture
return UnityEditor.SerializedProperty

m_SpotCookie protected_oe property

protected SerializedProperty,UnityEditor m_SpotCookie
return UnityEditor.SerializedProperty