UMD.HCIL.Piccolo.PNode.IsDescendentOfRoot C# (CSharp) Method

IsDescendentOfRoot() public method

Return true if this node is a descendent of the Root.
public IsDescendentOfRoot ( ) : bool
return bool
		public virtual bool IsDescendentOfRoot() {
			return Root != null;
		}