C# Class UnityEditor.PingData

显示文件 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_oe property

public float m_AvailableWidth
return float

m_ContentDraw public_oe property

public Action m_ContentDraw
return Action

m_ContentRect public_oe property

public Rect,UnityEngine m_ContentRect
return UnityEngine.Rect

m_FadeOutTime public_oe property

public float m_FadeOutTime
return float

m_PeakScale public_oe property

public float m_PeakScale
return float

m_PingStyle public_oe property

public GUIStyle,UnityEngine m_PingStyle
return UnityEngine.GUIStyle

m_TimeStart public_oe property

public float m_TimeStart
return float

m_WaitTime public_oe property

public float m_WaitTime
return float

m_ZoomTime public_oe property

public float m_ZoomTime
return float