GUIButtonBase.GetSelected C# (CSharp) Method

GetSelected() public method

public GetSelected ( ) : bool
return bool
	public virtual bool GetSelected() {
		return isSelected;
	}
	public virtual bool IsSelectable() {