Editor.ComponentInfoManager.getComponentInfoByIndex C# (CSharp) Method

getComponentInfoByIndex() public method

public getComponentInfoByIndex ( int id ) : ComponentInfo
id int
return Editor.Source_Files.ComponentInfo
        public ComponentInfo getComponentInfoByIndex(int id)
        {
            return componentInfoList[id];
        }