Axiom.Samples.SdkTrayManager.GetWidgetCount C# (CSharp) 메소드

GetWidgetCount() 공개 메소드

Gets the number of widgets in a tray.
public GetWidgetCount ( TrayLocation trayLoc ) : int
trayLoc TrayLocation
리턴 int
		public int GetWidgetCount( TrayLocation trayLoc )
		{
			return mWidgets[ (int)trayLoc ].Count;
		}