AoMBrgEditor.PssgFile.RemoveAttribute C# (CSharp) Method

RemoveAttribute() public method

public RemoveAttribute ( PssgNode node, string attributeName ) : void
node PssgNode
attributeName string
return void
        public void RemoveAttribute(PssgNode node, string attributeName)
        {
            node.attributes.Remove(attributeName);
        }