Clear() public method

public Clear ( ) : void
return void
コード例 #1
0
ファイル: UnityEvent.cs プロジェクト: leek9d/UnityCsReference
 public void RemoveAllListeners()
 {
     m_Calls.Clear();
 }