AoMBrgEditor.PssgFile.RemoveAttribute C# (CSharp) 메소드

RemoveAttribute() 공개 메소드

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