C# Class UnityEditor.OtherRenderingEditor

Inheritance: Editor
Show file 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 property

protected SerializedProperty,UnityEditor m_FlareFadeSpeed
return UnityEditor.SerializedProperty

m_FlareStrength protected property

protected SerializedProperty,UnityEditor m_FlareStrength
return UnityEditor.SerializedProperty

m_HaloStrength protected property

protected SerializedProperty,UnityEditor m_HaloStrength
return UnityEditor.SerializedProperty

m_HaloTexture protected property

protected SerializedProperty,UnityEditor m_HaloTexture
return UnityEditor.SerializedProperty

m_SpotCookie protected property

protected SerializedProperty,UnityEditor m_SpotCookie
return UnityEditor.SerializedProperty