C# Class UnityEditor.PingData

Show file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
m_AvailableWidth float
m_ContentDraw Action
m_ContentRect UnityEngine.Rect
m_FadeOutTime float
m_PeakScale float
m_PingStyle UnityEngine.GUIStyle
m_TimeStart float
m_WaitTime float
m_ZoomTime float

Public Methods

Method Description
HandlePing ( ) : void

Method Details

HandlePing() public method

public HandlePing ( ) : void
return void

Property Details

m_AvailableWidth public property

public float m_AvailableWidth
return float

m_ContentDraw public property

public Action m_ContentDraw
return Action

m_ContentRect public property

public Rect,UnityEngine m_ContentRect
return UnityEngine.Rect

m_FadeOutTime public property

public float m_FadeOutTime
return float

m_PeakScale public property

public float m_PeakScale
return float

m_PingStyle public property

public GUIStyle,UnityEngine m_PingStyle
return UnityEngine.GUIStyle

m_TimeStart public property

public float m_TimeStart
return float

m_WaitTime public property

public float m_WaitTime
return float

m_ZoomTime public property

public float m_ZoomTime
return float