GUIButtonBase.IsSelectable C# (CSharp) Method

IsSelectable() public method

public IsSelectable ( ) : bool
return bool
	public virtual bool IsSelectable() {
		return (enabled & m_isSelectable);
	}
	public virtual void SetSelectable(bool isSelectable) {