UnityEditor.XCodeEditor.XCProject.AddOtherLDFlags C# (CSharp) Метод

AddOtherLDFlags() публичный Метод

public AddOtherLDFlags ( UnityEditor.XCodeEditor.PBXList flags ) : bool
flags UnityEditor.XCodeEditor.PBXList
Результат bool
        public bool AddOtherLDFlags( PBXList flags )
        {
            foreach( KeyValuePair<string, XCBuildConfiguration> buildConfig in buildConfigurations ) {
                buildConfig.Value.AddOtherLDFlags( flags );
            }
            modified = true;
            return modified;
        }

Same methods

XCProject::AddOtherLDFlags ( string flag ) : bool